COLOR #7ED590

HEX: #7ED590
RGB: (126,213,144)

Renk bilgisi

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

RGB renk modeli

#7ED590 color RGB value is (126,213,144).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 213 of 255 = 84%
B 144 of 255 = 56%

126
213
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 213 + 144 = 483 (100%)
R 126 of 483 ~ 26.09%
G 213 of 483 ~ 44.1%
B 144 of 483 ~ 29.81%

%26.09
%44.1
%29.81

CMYK RENK MODELİ

#7ED590 rengi CMYK tonu (41,0,32,16).

  • camgöbeği tonu 40.85%
  • eflatun tonu 0.00%
  • sarı tonu 32.39%
  • ana renk tonu 16.47%
CMYK:
(41,0,32,16)
C41M0Y32K16 
(41%,0%,32%,16%)
(0.41/0.00/0.32/0.16)	

CMYK yüzdeleri

%40.85
%0
%32.39
%16.47

Codes

Color #7ED590 in popluar color models

7ED590
RGB126213144
HSL132°50.88%66.47%
HSB/HSV132°40.85%83.53%
CMYK40.85%0.00%32.39%
16.47%

Color #7ED590 in popluar number systems.

HEX7ED590
Decimal126213144
Binary11111101101010110010000
Octal176325220

Shades and tints

Shades of #7ED590

#7ED590
(126,213,144)
#73C283
(115,194,131)
#68AF76
(104,175,118)
#5D9C69
(93,156,105)
#52895C
(82,137,92)
#47764F
(71,118,79)
#3C6342
(60,99,66)
#315035
(49,80,53)
#263D28
(38,61,40)
#1B2A1B
(27,42,27)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7ED590

#7ED590
(126,213,144)
#89D89A
(137,216,154)
#94DBA4
(148,219,164)
#9FDEAE
(159,222,174)
#AAE1B8
(170,225,184)
#B5E4C2
(181,228,194)
#C0E7CC
(192,231,204)
#CBEAD6
(203,234,214)
#D6EDE0
(214,237,224)
#E1F0EA
(225,240,234)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED590 color. Also use rgb(126,213,144) instead hex code.

Text Font Color

.myTextColor { color: #7ED590; }

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

This text font color is #7ED590.


Background Color

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

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

This div background color is #7ED590.


Border color

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

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

This div border color is #7ED590.


Opacity

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

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

Text with #7ED590 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 #7ED590;}

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

This text has shadow with #7ED590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED590 on black background.


Color preview on white background

This text has color #7ED590 on white background.



Black color preview on #7ED590 background

This text has black color on #7ED590 background.


White color preview on #7ED590 background

This text has white color on #7ED590 background.