COLOR #57ED7E

HEX: #57ED7E
RGB: (87,237,126)

Renk bilgisi

#57ED7E contains mainly green color. #57ED7E ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#57ED7E color RGB value is (87,237,126).

  • kırmız ton 87;
  • yeşil ton 237;
  • mavi ton 126.
RGB:
(87,237,126)
(34%,93%,49%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 237 of 255 = 93%
B 126 of 255 = 49%

87
237
126

R + G + B ~ 59%. #57ED7E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 237 + 126 = 450 (100%)
R 87 of 450 ~ 19.33%
G 237 of 450 ~ 52.67%
B 126 of 450 ~ 28%

%19.33
%52.67
%28

CMYK RENK MODELİ

#57ED7E rengi CMYK tonu (63,0,47,7).

  • camgöbeği tonu 63.29%
  • eflatun tonu 0.00%
  • sarı tonu 46.84%
  • ana renk tonu 7.06%
CMYK:
(63,0,47,7)
C63M0Y47K7 
(63%,0%,47%,7%)
(0.63/0.00/0.47/0.07)	

CMYK yüzdeleri

%63.29
%0
%46.84
%7.06

Codes

Color #57ED7E in popluar color models

57ED7E
RGB87237126
HSL136°80.65%63.53%
HSB/HSV136°63.29%92.94%
CMYK63.29%0.00%46.84%
7.06%

Color #57ED7E in popluar number systems.

HEX57ED7E
Decimal87237126
Binary1010111111011011111110
Octal127355176

Shades and tints

Shades of #57ED7E

#57ED7E
(87,237,126)
#50D873
(80,216,115)
#49C368
(73,195,104)
#42AE5D
(66,174,93)
#3B9952
(59,153,82)
#348447
(52,132,71)
#2D6F3C
(45,111,60)
#265A31
(38,90,49)
#1F4526
(31,69,38)
#18301B
(24,48,27)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #57ED7E

#57ED7E
(87,237,126)
#66EE89
(102,238,137)
#75EF94
(117,239,148)
#84F09F
(132,240,159)
#93F1AA
(147,241,170)
#A2F2B5
(162,242,181)
#B1F3C0
(177,243,192)
#C0F4CB
(192,244,203)
#CFF5D6
(207,245,214)
#DEF6E1
(222,246,225)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57ED7E color. Also use rgb(87,237,126) instead hex code.

Text Font Color

.myTextColor { color: #57ED7E; }

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

This text font color is #57ED7E.


Background Color

.myBgColor { background-color: #57ED7E; }

<div style="background-color:#57ED7E">Inner text</div>

This div background color is #57ED7E.


Border color

.myBorderColor { border: 1px solid #57ED7E; }

<div style="border:3px solid #57ED7E">Div</div>

This div border color is #57ED7E.


Opacity

.myOpacity80 { color: #57ED7E; opacity: 0.8; }

<p style="color:#57ED7E;opacity:0.8;">80%</p>

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

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

This text has shadow with #57ED7E color.

.textShadow {text-shadow: 3px 3px 1px #57ED7E, 3px 3px 1px red;}

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

This text has shadow with #57ED7E primary color and red secondary color.


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

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

This text has shadow with #57ED7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ED7E on black background.


Color preview on white background

This text has color #57ED7E on white background.



Black color preview on #57ED7E background

This text has black color on #57ED7E background.


White color preview on #57ED7E background

This text has white color on #57ED7E background.