Shades of Emerald #5FDB76
Tints of Emerald #5FDB76
RGB
CMYK
RGB Variations
Color information
#5FDB76 (or 0x5FDB76) is known color: Emerald. HEX triplet: 5F, DB and 76. RGB value is (95,219,118). Sum of RGB (Red+Green+Blue) = 95+219+118=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB76 is #A02489. Grayscale: #AAAAAA. Windows color (decimal): -10495114 or 7789407. OLE color: 7789407.
HSL color Cylindrical-coordinate representation of color #5FDB76: hue angle of 131.13º 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 #5FDB76 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 118 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.14 |
| HSL | 131.13º | 0.63% | 0.62% | - |
| HSV(B) | 131.13º | 0.57% | 0.86% | - |
| XYZ | 33.32 | 54.4 | 25.88 | - |
| YUV | 170.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 118 | 0.57 | 0 | 0.46 | 0.14 | 131.13 | 0.63 | 0.62 |
| Hex | 5F | DB | 76 | 39 | 0 | 2E | E | 83 | 3F | 3E |
| Octal | 137 | 333 | 166 | 71 | 0 | 56 | 16 | 203 | 77 | 76 |
| Binary | 1011111 | 11011011 | 1110110 | 111001 | 0 | 101110 | 1110 | 10000011 | 111111 | 111110 |
Color Harmonies of #5FDB76
Complementary color
Monochromatic Colors of #5FDB76
Black with #5FDB76
Text Example
Text Example
White with #5FDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB76; }
p { color: rgb(95,219,118); }
H1.HeaderClassName
{
color: #5FDB76;
}
.AnyTagClassName
{
color: #5FDB76;
}
</style>
background-color css
<style>
a { background-color: #5FDB76; }
a { background-color: rgb(95,219,118); }
div.DivClassName
{
background-color: #5FDB76;
}
.BgClassName
{
background-color: #5FDB76;
}
</style>
border-color css
<style>
span { border-color: #5FDB76; }
span { border-color: rgb(95,219,118); }
td.TdClassName
{
border-color: #5FDB76;
}
.TagClassName
{
border-color: #5FDB76;
}
</style>