Shades of Emerald #5FDD81
Tints of Emerald #5FDD81
RGB
CMYK
RGB Variations
Color information
#5FDD81 (or 0x5FDD81) is known color: Emerald. HEX triplet: 5F, DD and 81. RGB value is (95,221,129). Sum of RGB (Red+Green+Blue) = 95+221+129=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDD81 is #A0227E. Grayscale: #ADADAD. Windows color (decimal): -10494591 or 8510815. OLE color: 8510815.
HSL color Cylindrical-coordinate representation of color #5FDD81: hue angle of 136.19º degrees, saturation: 0.65, 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 #5FDD81 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 129 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.13 |
| HSL | 136.19º | 0.65% | 0.62% | - |
| HSV(B) | 136.19º | 0.57% | 0.87% | - |
| XYZ | 34.54 | 55.73 | 29.71 | - |
| YUV | 172.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 129 | 0.57 | 0 | 0.42 | 0.13 | 136.19 | 0.65 | 0.62 |
| Hex | 5F | DD | 81 | 39 | 0 | 2A | D | 88 | 41 | 3E |
| Octal | 137 | 335 | 201 | 71 | 0 | 52 | 15 | 210 | 101 | 76 |
| Binary | 1011111 | 11011101 | 10000001 | 111001 | 0 | 101010 | 1101 | 10001000 | 1000001 | 111110 |
Color Harmonies of #5FDD81
Complementary color
Monochromatic Colors of #5FDD81
Black with #5FDD81
Text Example
Text Example
White with #5FDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD81; }
p { color: rgb(95,221,129); }
H1.HeaderClassName
{
color: #5FDD81;
}
.AnyTagClassName
{
color: #5FDD81;
}
</style>
background-color css
<style>
a { background-color: #5FDD81; }
a { background-color: rgb(95,221,129); }
div.DivClassName
{
background-color: #5FDD81;
}
.BgClassName
{
background-color: #5FDD81;
}
</style>
border-color css
<style>
span { border-color: #5FDD81; }
span { border-color: rgb(95,221,129); }
td.TdClassName
{
border-color: #5FDD81;
}
.TagClassName
{
border-color: #5FDD81;
}
</style>