Shades of Emerald #5FDB81
Tints of Emerald #5FDB81
RGB
CMYK
RGB Variations
Color information
#5FDB81 (or 0x5FDB81) is known color: Emerald. HEX triplet: 5F, DB and 81. RGB value is (95,219,129). Sum of RGB (Red+Green+Blue) = 95+219+129=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB81 is #A0247E. Grayscale: #ABABAB. Windows color (decimal): -10495103 or 8510303. OLE color: 8510303.
HSL color Cylindrical-coordinate representation of color #5FDB81: hue angle of 136.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDB81 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 129 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.14 |
| HSL | 136.45º | 0.63% | 0.62% | - |
| HSV(B) | 136.45º | 0.57% | 0.86% | - |
| XYZ | 34.01 | 54.68 | 29.53 | - |
| YUV | 171.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 129 | 0.57 | 0 | 0.41 | 0.14 | 136.45 | 0.63 | 0.62 |
| Hex | 5F | DB | 81 | 39 | 0 | 29 | E | 88 | 3F | 3E |
| Octal | 137 | 333 | 201 | 71 | 0 | 51 | 16 | 210 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10000001 | 111001 | 0 | 101001 | 1110 | 10001000 | 111111 | 111110 |
Color Harmonies of #5FDB81
Complementary color
Monochromatic Colors of #5FDB81
Black with #5FDB81
Text Example
Text Example
White with #5FDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB81; }
p { color: rgb(95,219,129); }
H1.HeaderClassName
{
color: #5FDB81;
}
.AnyTagClassName
{
color: #5FDB81;
}
</style>
background-color css
<style>
a { background-color: #5FDB81; }
a { background-color: rgb(95,219,129); }
div.DivClassName
{
background-color: #5FDB81;
}
.BgClassName
{
background-color: #5FDB81;
}
</style>
border-color css
<style>
span { border-color: #5FDB81; }
span { border-color: rgb(95,219,129); }
td.TdClassName
{
border-color: #5FDB81;
}
.TagClassName
{
border-color: #5FDB81;
}
</style>