COLOR #57C064

HEX: #57C064 RGB: (87,192,100)

Color info

#57C064 contains mainly green color. Web safe color of #57C064 is #66CC66 (or #6C6).

RGB color model

#57C064 color RGB value is (87,192,100).

RGB: (87,192,100) (34%, 75%, 39%)

RGB channels and saturation

R 87 of 255 = 34%
G 192 of 255 = 75%
B 100 of 255 = 39%

87
192
100

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

Portions of RGB colors in percentages

R + G + B = 87 + 192 + 100 = 379 (100%)
R 87 of 379 ~ 22.96%
G 192 of 379 ~ 50.66%
B 100 of 379 ~ 26.39'%

%22.96
%50.66
%26.39

CMYK color model

#57C064 color CMYK value is (55,0,48,25).

  • cyan value is 54.69%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 24.71%

CMYK: (55,0,48,25)
C55M0Y48K25 (55%, 0%, 48%, 25%)
(0.55 / 0.00 / 0.48 / 0.25)

CMYK percentages

%54.69
%0
%47.92
%24.71

Codes

Color #57C064 in popluar color models

57 C0 64
RGB 87 192 100
HSL 127° 45.45% 54.71%
HSB/HSV 127° 54.69% 75.29%
CMYK 54.69% 0.00% 47.92%
24.71%

Color #57C064 in popluar number systems.

HEX 57 C0 64
Decimal 87 192 100
Binary 1010111 11000000 1100100
Octal 127 300 144

Shades and tints

Shades of #57C064

#57C064
(87,192,100)
#50AF5B
(80,175,91)
#499E52
(73,158,82)
#428D49
(66,141,73)
#3B7C40
(59,124,64)
#346B37
(52,107,55)
#2D5A2E
(45,90,46)
#264925
(38,73,37)
#1F381C
(31,56,28)
#182713
(24,39,19)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #57C064

#57C064
(87,192,100)
#66C572
(102,197,114)
#75CA80
(117,202,128)
#84CF8E
(132,207,142)
#93D49C
(147,212,156)
#A2D9AA
(162,217,170)
#B1DEB8
(177,222,184)
#C0E3C6
(192,227,198)
#CFE8D4
(207,232,212)
#DEEDE2
(222,237,226)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C064 color. Also use rgb(87,192,100) instead hex code.

Text Font Color

.myTextColor { color: #57C064; }

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

This text font color is #57C064.

Background Color

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

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

This div background color is #57C064.

Border color

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

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

This div border color is #57C064.

Opacity

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

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

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

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

This text has shadow with #57C064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57C064.

Preview

Color preview on black background

This text has color #57C064 on black background.


Color preview on white background

This text has color #57C064 on white background.


Black color preview on #57C064 background

This text has black color on #57C064 background.


White color preview on #57C064 background

This text has white color on #57C064 background.


Related colors

Complementary color

Complementary color for #hex is #A83F9B.


I love getcolorcode.com

Triadic colors

1 #6457C0 and #C06457 with #57C064 are triadic colors.

2 #64C057 and #C05764 with #57C064 are triadic colors.