#5FCE70

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

Shades of Emerald #5FCE70

Tints of Emerald #5FCE70

Color information

#5FCE70 (or 0x5FCE70) is unknown color: approx Emerald. HEX triplet: 5F, CE and 70. RGB value is (95,206,112). Sum of RGB (Red+Green+Blue) = 95+206+112=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCE70 is #A0318F. Grayscale: #A2A2A2. Windows color (decimal): -10498448 or 7392863. OLE color: 7392863.

HSL color Cylindrical-coordinate representation of color #5FCE70: hue angle of 129.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCE70 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB95206112-
CMYK0.5400.460.19
HSL129.19º53.11%59.02%-
HSV(B)129.19º53.88%80.78%-
XYZ29.7247.7522.98-
YUV162.199.7380.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 206 (80.86% from 255) = 49.88%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=23.00%
G=49.88%
B=27.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952061120.5400.460.19129.1953.1159.02
Hex5FCE703602E1381353b
Octal13731616066056232016573
Binary101111111001110111000011011001011101001110000001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCE70; }

 p { color: rgb(95,206,112); }

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

<style>
 a { background-color: #5FCE70; }

 a { background-color: rgb(95,206,112); }

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

<style>
 span { border-color: #5FCE70; }

 span { border-color: rgb(95,206,112); }

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