#5FE086

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

Shades of Emerald #5FE086

Tints of Emerald #5FE086

Color information

#5FE086 (or 0x5FE086) is unknown color: approx Emerald. HEX triplet: 5F, E0 and 86. RGB value is (95,224,134). Sum of RGB (Red+Green+Blue) = 95+224+134=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE086 is #A01F79. Grayscale: #AFAFAF. Windows color (decimal): -10493818 or 8839263. OLE color: 8839263.

HSL color Cylindrical-coordinate representation of color #5FE086: hue angle of 138.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE086 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB95224134-
CMYK0.5800.400.12
HSL138.14º67.54%62.55%-
HSV(B)138.14º57.59%87.84%-
XYZ35.6857.4731.77-
YUV175.17104.7670.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.97%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=20.97%
G=49.45%
B=29.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952241340.5800.400.12138.1467.5462.55
Hex5FE0863A028C8a443f
Octal137340206720501421210477
Binary1011111111000001000011011101001010001100100010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,224,134); }

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

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

 a { background-color: rgb(95,224,134); }

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

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

 span { border-color: rgb(95,224,134); }

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