#5FEA8C

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

Shades of Emerald #5FEA8C

Tints of Emerald #5FEA8C

Color information

#5FEA8C (or 0x5FEA8C) is unknown color: approx Emerald. HEX triplet: 5F, EA and 8C. RGB value is (95,234,140). Sum of RGB (Red+Green+Blue) = 95+234+140=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA8C is #A01573. Grayscale: #B5B5B5. Windows color (decimal): -10491252 or 9235039. OLE color: 9235039.

HSL color Cylindrical-coordinate representation of color #5FEA8C: hue angle of 139.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA8C is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB95234140-
CMYK0.5900.400.08
HSL139.42º76.8%64.51%-
HSV(B)139.42º59.4%91.76%-
XYZ38.8863.1734.96-
YUV181.72104.4566.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.26%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=20.26%
G=49.89%
B=29.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952341400.5900.400.08139.4276.864.51
Hex5FEA8C3B02888b4d41
Octal1373522147305010213115101
Binary10111111110101010001100111011010100010001000101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,234,140); }

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

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

 a { background-color: rgb(95,234,140); }

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

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

 span { border-color: rgb(95,234,140); }

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