#57CA75

Color #57CA75 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #57CA75

Tints of Emerald #57CA75

Color information

#57CA75 (or 0x57CA75) is unknown color: approx Emerald. HEX triplet: 57, CA and 75. RGB value is (87,202,117). Sum of RGB (Red+Green+Blue) = 87+202+117=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #57CA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CA75 is #A8358A. Grayscale: #9E9E9E. Windows color (decimal): -11023755 or 7719511. OLE color: 7719511.

HSL color Cylindrical-coordinate representation of color #57CA75: hue angle of 135.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CA75 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB87202117-
CMYK0.5700.420.21
HSL135.65º52.04%56.67%-
HSV(B)135.65º56.93%79.22%-
XYZ28.2645.5524.13-
YUV157.92104.977.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 21.43%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=21.43%
G=49.75%
B=28.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal872021170.5700.420.21135.6552.0456.67
Hex57CA753902A15883439
Octal12731216571052252106471
Binary101011111001010111010111100101010101010110001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57CA75; }

 p { color: rgb(87,202,117); }

 H1.HeaderClassName
 {
   color: #57CA75;
 }
 .AnyTagClassName
 {
   color: #57CA75;
 }
</style>
background-color css

<style>
 a { background-color: #57CA75; }

 a { background-color: rgb(87,202,117); }

 div.DivClassName
 {
   background-color: #57CA75;
 }
 .BgClassName
 {
   background-color: #57CA75;
 }
</style>
border-color css

<style>
 span { border-color: #57CA75; }

 span { border-color: rgb(87,202,117); }

 td.TdClassName
 {
   border-color: #57CA75;
 }
 .TagClassName
 {
   border-color: #57CA75;
 }
</style>