Shades of Fern #5DC966
Tints of Fern #5DC966
RGB
CMYK
RGB Variations
Color information
#5DC966 (or 0x5DC966) is known color: Fern. HEX triplet: 5D, C9 and 66. RGB value is (93,201,102). Sum of RGB (Red+Green+Blue) = 93+201+102=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC966 is #A23699. Grayscale: #9D9D9D. Windows color (decimal): -10630810 or 6736221. OLE color: 6736221.
HSL color Cylindrical-coordinate representation of color #5DC966: hue angle of 125º 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 #5DC966 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 102 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.21 |
| HSL | 125º | 0.5% | 0.58% | - |
| HSV(B) | 125º | 0.54% | 0.79% | - |
| XYZ | 27.8 | 45.06 | 19.8 | - |
| YUV | 157.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 102 | 0.54 | 0 | 0.49 | 0.21 | 125 | 0.5 | 0.58 |
| Hex | 5D | C9 | 66 | 36 | 0 | 31 | 15 | 7D | 32 | 3A |
| Octal | 135 | 311 | 146 | 66 | 0 | 61 | 25 | 175 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1100110 | 110110 | 0 | 110001 | 10101 | 1111101 | 110010 | 111010 |
Color Harmonies of #5DC966
Complementary color
Monochromatic Colors of #5DC966
Black with #5DC966
Text Example
Text Example
White with #5DC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC966; }
p { color: rgb(93,201,102); }
H1.HeaderClassName
{
color: #5DC966;
}
.AnyTagClassName
{
color: #5DC966;
}
</style>
background-color css
<style>
a { background-color: #5DC966; }
a { background-color: rgb(93,201,102); }
div.DivClassName
{
background-color: #5DC966;
}
.BgClassName
{
background-color: #5DC966;
}
</style>
border-color css
<style>
span { border-color: #5DC966; }
span { border-color: rgb(93,201,102); }
td.TdClassName
{
border-color: #5DC966;
}
.TagClassName
{
border-color: #5DC966;
}
</style>