COLOR #57C12F

HEX: #57C12F
RGB: (87,193,47)

Color info

#57C12F contains mainly green color. Web safe color of #57C12F is #66CC33 (or #6C3).

RGB color model

#57C12F color RGB value is (87,193,47).

  • red value is 87;
  • green value is 193;
  • blue value is 47.
RGB:
(87,193,47)
(34%,76%,18%)

RGB channels and saturation

R 87 of 255 = 34%
G 193 of 255 = 76%
B 47 of 255 = 18%

87
193
47

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

Portions of RGB colors in percentages

R + G + B =
87 + 193 + 47 = 327 (100%)
R 87 of 327 ~ 26.61%
G 193 of 327 ~ 59.02%
B 47 of 327 ~ 14.37%

%26.61
%59.02
%14.37

CMYK color model

#57C12F color CMYK value is (55,0,76,24).

  • cyan value is 54.92%
  • magenta value is 0.00%
  • yellow value is 75.65%
  • key color value is 24.31%
CMYK:
(55,0,76,24)
C55M0Y76K24 
(55%,0%,76%,24%)
(0.55/0.00/0.76/0.24)	

CMYK percentages

%54.92
%0
%75.65
%24.31

Codes

Color #57C12F in popluar color models

57C12F
RGB8719347
HSL104°60.83%47.06%
HSB/HSV104°75.65%75.69%
CMYK54.92%0.00%75.65%
24.31%

Color #57C12F in popluar number systems.

HEX57C12F
Decimal8719347
Binary101011111000001101111
Octal12730157

Shades and tints

Shades of #57C12F

#57C12F
(87,193,47)
#50B02B
(80,176,43)
#499F27
(73,159,39)
#428E23
(66,142,35)
#3B7D1F
(59,125,31)
#346C1B
(52,108,27)
#2D5B17
(45,91,23)
#264A13
(38,74,19)
#1F390F
(31,57,15)
#18280B
(24,40,11)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #57C12F

#57C12F
(87,193,47)
#66C641
(102,198,65)
#75CB53
(117,203,83)
#84D065
(132,208,101)
#93D577
(147,213,119)
#A2DA89
(162,218,137)
#B1DF9B
(177,223,155)
#C0E4AD
(192,228,173)
#CFE9BF
(207,233,191)
#DEEED1
(222,238,209)
#EDF3E3
(237,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C12F color. Also use rgb(87,193,47) instead hex code.

Text Font Color

.myTextColor { color: #57C12F; }

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

This text font color is #57C12F.


Background Color

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

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

This div background color is #57C12F.


Border color

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

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

This div border color is #57C12F.


Opacity

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

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

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

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

This text has shadow with #57C12F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C12F on black background.


Color preview on white background

This text has color #57C12F on white background.



Black color preview on #57C12F background

This text has black color on #57C12F background.


White color preview on #57C12F background

This text has white color on #57C12F background.