Shades of Fern #5DC96F
Tints of Fern #5DC96F
RGB
CMYK
RGB Variations
Color information
#5DC96F (or 0x5DC96F) is known color: Fern. HEX triplet: 5D, C9 and 6F. RGB value is (93,201,111). Sum of RGB (Red+Green+Blue) = 93+201+111=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC96F is #A23690. Grayscale: #9E9E9E. Windows color (decimal): -10630801 or 7326045. OLE color: 7326045.
HSL color Cylindrical-coordinate representation of color #5DC96F: hue angle of 130º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC96F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 111 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.21 |
| HSL | 130º | 0.5% | 0.58% | - |
| HSV(B) | 130º | 0.54% | 0.79% | - |
| XYZ | 28.27 | 45.25 | 22.28 | - |
| YUV | 158.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 111 | 0.54 | 0 | 0.45 | 0.21 | 130 | 0.5 | 0.58 |
| Hex | 5D | C9 | 6F | 36 | 0 | 2D | 15 | 82 | 32 | 3A |
| Octal | 135 | 311 | 157 | 66 | 0 | 55 | 25 | 202 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1101111 | 110110 | 0 | 101101 | 10101 | 10000010 | 110010 | 111010 |
Color Harmonies of #5DC96F
Complementary color
Monochromatic Colors of #5DC96F
Black with #5DC96F
Text Example
Text Example
White with #5DC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC96F; }
p { color: rgb(93,201,111); }
H1.HeaderClassName
{
color: #5DC96F;
}
.AnyTagClassName
{
color: #5DC96F;
}
</style>
background-color css
<style>
a { background-color: #5DC96F; }
a { background-color: rgb(93,201,111); }
div.DivClassName
{
background-color: #5DC96F;
}
.BgClassName
{
background-color: #5DC96F;
}
</style>
border-color css
<style>
span { border-color: #5DC96F; }
span { border-color: rgb(93,201,111); }
td.TdClassName
{
border-color: #5DC96F;
}
.TagClassName
{
border-color: #5DC96F;
}
</style>