Shades of Fern #5DC86F
Tints of Fern #5DC86F
RGB
CMYK
RGB Variations
Color information
#5DC86F (or 0x5DC86F) is known color: Fern. HEX triplet: 5D, C8 and 6F. RGB value is (93,200,111). Sum of RGB (Red+Green+Blue) = 93+200+111=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC86F is #A23790. Grayscale: #9E9E9E. Windows color (decimal): -10631057 or 7325789. OLE color: 7325789.
HSL color Cylindrical-coordinate representation of color #5DC86F: hue angle of 130.09º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC86F is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 111 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.22 |
| HSL | 130.09º | 0.49% | 0.57% | - |
| HSV(B) | 130.09º | 0.54% | 0.78% | - |
| XYZ | 28.04 | 44.78 | 22.21 | - |
| YUV | 157.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 111 | 0.54 | 0 | 0.44 | 0.22 | 130.09 | 0.49 | 0.57 |
| Hex | 5D | C8 | 6F | 36 | 0 | 2C | 16 | 82 | 31 | 39 |
| Octal | 135 | 310 | 157 | 66 | 0 | 54 | 26 | 202 | 61 | 71 |
| Binary | 1011101 | 11001000 | 1101111 | 110110 | 0 | 101100 | 10110 | 10000010 | 110001 | 111001 |
Color Harmonies of #5DC86F
Complementary color
Monochromatic Colors of #5DC86F
Black with #5DC86F
Text Example
Text Example
White with #5DC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC86F; }
p { color: rgb(93,200,111); }
H1.HeaderClassName
{
color: #5DC86F;
}
.AnyTagClassName
{
color: #5DC86F;
}
</style>
background-color css
<style>
a { background-color: #5DC86F; }
a { background-color: rgb(93,200,111); }
div.DivClassName
{
background-color: #5DC86F;
}
.BgClassName
{
background-color: #5DC86F;
}
</style>
border-color css
<style>
span { border-color: #5DC86F; }
span { border-color: rgb(93,200,111); }
td.TdClassName
{
border-color: #5DC86F;
}
.TagClassName
{
border-color: #5DC86F;
}
</style>