Html Css Color HEX #57C485 Emerald

📋 copy color: '#57C485'

red 87 ◦ green 196 ◦ blue 133

#57C485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #57C485

Tints of Emerald #57C485

RGB

 RED value IS 87 (34.38% from 255) = 20.91%

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 20.91%
G = 47.12%
B = 31.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#57C485 (or 0x57C485) is known color: Emerald. HEX triplet: 57, C4 and 85. RGB value is (87,196,133). Sum of RGB (Red+Green+Blue) = 87+196+133=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #57C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C485 is #A83B7A. Grayscale: #9C9C9C. Windows color (decimal): -11025275 or 8766551. OLE color: 8766551.

HSL color Cylindrical-coordinate representation of color #57C485: hue angle of 145.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C485 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 196 133 -
CMYK 0.56 0 0.32 0.23
HSL 145.32º 0.48% 0.55% -
HSV(B) 145.32º 0.56% 0.77% -
XYZ 27.9 43.2 29.06 -
YUV 156.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 87 196 133 0.56 0 0.32 0.23 145.32 0.48 0.55
Hex 57 C4 85 38 0 20 17 91 30 37
Octal 127 304 205 70 0 40 27 221 60 67
Binary 1010111 11000100 10000101 111000 0 100000 10111 10010001 110000 110111

Color Harmonies of #57C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C485

Black with #57C485

Text Example


Text Example

White with #57C485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,196,133); }

 H1.HeaderClassName
 {
   color: #57C485;
 }
 .AnyTagClassName
 {
   color: #57C485;
 }
</style>

background-color css

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

 a { background-color: rgb(87,196,133); }

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

border-color css

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

 span { border-color: rgb(87,196,133); }

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