Shades of Emerald #5FDB85
Tints of Emerald #5FDB85
RGB
CMYK
RGB Variations
Color information
#5FDB85 (or 0x5FDB85) is known color: Emerald. HEX triplet: 5F, DB and 85. RGB value is (95,219,133). Sum of RGB (Red+Green+Blue) = 95+219+133=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB85 is #A0247A. Grayscale: #ACACAC. Windows color (decimal): -10495099 or 8772447. OLE color: 8772447.
HSL color Cylindrical-coordinate representation of color #5FDB85: hue angle of 138.39º 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 #5FDB85 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 133 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.14 |
| HSL | 138.39º | 0.63% | 0.62% | - |
| HSV(B) | 138.39º | 0.57% | 0.86% | - |
| XYZ | 34.28 | 54.79 | 30.96 | - |
| YUV | 172.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 133 | 0.57 | 0 | 0.39 | 0.14 | 138.39 | 0.63 | 0.62 |
| Hex | 5F | DB | 85 | 39 | 0 | 27 | E | 8A | 3F | 3E |
| Octal | 137 | 333 | 205 | 71 | 0 | 47 | 16 | 212 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10000101 | 111001 | 0 | 100111 | 1110 | 10001010 | 111111 | 111110 |
Color Harmonies of #5FDB85
Complementary color
Monochromatic Colors of #5FDB85
Black with #5FDB85
Text Example
Text Example
White with #5FDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB85; }
p { color: rgb(95,219,133); }
H1.HeaderClassName
{
color: #5FDB85;
}
.AnyTagClassName
{
color: #5FDB85;
}
</style>
background-color css
<style>
a { background-color: #5FDB85; }
a { background-color: rgb(95,219,133); }
div.DivClassName
{
background-color: #5FDB85;
}
.BgClassName
{
background-color: #5FDB85;
}
</style>
border-color css
<style>
span { border-color: #5FDB85; }
span { border-color: rgb(95,219,133); }
td.TdClassName
{
border-color: #5FDB85;
}
.TagClassName
{
border-color: #5FDB85;
}
</style>