Shades of Fern #5DD855
Tints of Fern #5DD855
RGB
CMYK
RGB Variations
Color information
#5DD855 (or 0x5DD855) is known color: Fern. HEX triplet: 5D, D8 and 55. RGB value is (93,216,85). Sum of RGB (Red+Green+Blue) = 93+216+85=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD855 is #A227AA. Grayscale: #A4A4A4. Windows color (decimal): -10626987 or 5625949. OLE color: 5625949.
HSL color Cylindrical-coordinate representation of color #5DD855: hue angle of 116.34º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DD855 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 85 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.15 |
| HSL | 116.34º | 0.63% | 0.59% | - |
| HSV(B) | 116.34º | 0.61% | 0.85% | - |
| XYZ | 30.71 | 52.09 | 17.03 | - |
| YUV | 164.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 85 | 0.57 | 0 | 0.61 | 0.15 | 116.34 | 0.63 | 0.59 |
| Hex | 5D | D8 | 55 | 39 | 0 | 3D | F | 74 | 3F | 3B |
| Octal | 135 | 330 | 125 | 71 | 0 | 75 | 17 | 164 | 77 | 73 |
| Binary | 1011101 | 11011000 | 1010101 | 111001 | 0 | 111101 | 1111 | 1110100 | 111111 | 111011 |
Color Harmonies of #5DD855
Complementary color
Monochromatic Colors of #5DD855
Black with #5DD855
Text Example
Text Example
White with #5DD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD855; }
p { color: rgb(93,216,85); }
H1.HeaderClassName
{
color: #5DD855;
}
.AnyTagClassName
{
color: #5DD855;
}
</style>
background-color css
<style>
a { background-color: #5DD855; }
a { background-color: rgb(93,216,85); }
div.DivClassName
{
background-color: #5DD855;
}
.BgClassName
{
background-color: #5DD855;
}
</style>
border-color css
<style>
span { border-color: #5DD855; }
span { border-color: rgb(93,216,85); }
td.TdClassName
{
border-color: #5DD855;
}
.TagClassName
{
border-color: #5DD855;
}
</style>