COLOR #7DD790

HEX: #7DD790
RGB: (125,215,144)

Renk bilgisi

#7DD790 contains mainly green color. #7DD790 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DD790 color RGB value is (125,215,144).

  • kırmız ton 125;
  • yeşil ton 215;
  • mavi ton 144.
RGB:
(125,215,144)
(49%,84%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 215 of 255 = 84%
B 144 of 255 = 56%

125
215
144

R + G + B ~ 63%. #7DD790 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 215 + 144 = 484 (100%)
R 125 of 484 ~ 25.83%
G 215 of 484 ~ 44.42%
B 144 of 484 ~ 29.75%

%25.83
%44.42
%29.75

CMYK RENK MODELİ

#7DD790 rengi CMYK tonu (42,0,33,16).

  • camgöbeği tonu 41.86%
  • eflatun tonu 0.00%
  • sarı tonu 33.02%
  • ana renk tonu 15.69%
CMYK:
(42,0,33,16)
C42M0Y33K16 
(42%,0%,33%,16%)
(0.42/0.00/0.33/0.16)	

CMYK yüzdeleri

%41.86
%0
%33.02
%15.69

Codes

Color #7DD790 in popluar color models

7DD790
RGB125215144
HSL133°52.94%66.67%
HSB/HSV133°41.86%84.31%
CMYK41.86%0.00%33.02%
15.69%

Color #7DD790 in popluar number systems.

HEX7DD790
Decimal125215144
Binary11111011101011110010000
Octal175327220

Shades and tints

Shades of #7DD790

#7DD790
(125,215,144)
#72C483
(114,196,131)
#67B176
(103,177,118)
#5C9E69
(92,158,105)
#518B5C
(81,139,92)
#46784F
(70,120,79)
#3B6542
(59,101,66)
#305235
(48,82,53)
#253F28
(37,63,40)
#1A2C1B
(26,44,27)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #7DD790

#7DD790
(125,215,144)
#88DA9A
(136,218,154)
#93DDA4
(147,221,164)
#9EE0AE
(158,224,174)
#A9E3B8
(169,227,184)
#B4E6C2
(180,230,194)
#BFE9CC
(191,233,204)
#CAECD6
(202,236,214)
#D5EFE0
(213,239,224)
#E0F2EA
(224,242,234)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD790 color. Also use rgb(125,215,144) instead hex code.

Text Font Color

.myTextColor { color: #7DD790; }

<p style="color:#7DD790">This sample text font color is #7DD790.</p>

This text font color is #7DD790.


Background Color

.myBgColor { background-color: #7DD790; }

<div style="background-color:#7DD790">Inner text</div>

This div background color is #7DD790.


Border color

.myBorderColor { border: 1px solid #7DD790; }

<div style="border:3px solid #7DD790">Div</div>

This div border color is #7DD790.


Opacity

.myOpacity80 { color: #7DD790; opacity: 0.8; }

<p style="color:#7DD790;opacity:0.8;">80%</p>

Text with #7DD790 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7DD790;}

<p style="text-shadow: 3px 3px 1px #7DD790">Text here.</p>

This text has shadow with #7DD790 color.

.textShadow {text-shadow: 3px 3px 1px #7DD790, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7DD790, 5px 5px 20px red">Text here.</p>

This text has shadow with #7DD790 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD790, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7DD790, Direction=45, Strength=4)">Text</p>

This text has shadow with #7DD790 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7DD790;
  -webkit-box-shadow:	1px 1px 3px 2px #7DD790;
  box-shadow:		1px 1px 3px 2px #7DD790;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD790;
-webkit-box-shadow: 1px 1px 3px 2px #7DD790;
box-shadow:1px 1px 3px 2px #7DD790;">
Div content here</div>
This div box has shadow with color #7DD790.

Preview

Color preview on black background

This text has color #7DD790 on black background.


Color preview on white background

This text has color #7DD790 on white background.



Black color preview on #7DD790 background

This text has black color on #7DD790 background.


White color preview on #7DD790 background

This text has white color on #7DD790 background.