#5FDF88

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

Shades of Emerald #5FDF88

Tints of Emerald #5FDF88

Color information

#5FDF88 (or 0x5FDF88) is unknown color: approx Emerald. HEX triplet: 5F, DF and 88. RGB value is (95,223,136). Sum of RGB (Red+Green+Blue) = 95+223+136=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDF88 is #A02077. Grayscale: #AFAFAF. Windows color (decimal): -10494072 or 8970079. OLE color: 8970079.

HSL color Cylindrical-coordinate representation of color #5FDF88: hue angle of 139.22º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDF88 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB95223136-
CMYK0.5700.390.13
HSL139.22º66.67%62.35%-
HSV(B)139.22º57.4%87.45%-
XYZ35.5556.9932.42-
YUV174.81106.0971.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.93%
GREEN value IS 223 (87.5% from 255) = 49.12%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=20.93%
G=49.12%
B=29.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952231360.5700.390.13139.2266.6762.35
Hex5FDF8839027D8b433e
Octal137337210710471521310376
Binary1011111110111111000100011100101001111101100010111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,223,136); }

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

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

 a { background-color: rgb(95,223,136); }

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

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

 span { border-color: rgb(95,223,136); }

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