Shades of Fern #5DC964
Tints of Fern #5DC964
RGB
CMYK
RGB Variations
Color information
#5DC964 (or 0x5DC964) is known color: Fern. HEX triplet: 5D, C9 and 64. RGB value is (93,201,100). Sum of RGB (Red+Green+Blue) = 93+201+100=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC964 is #A2369B. Grayscale: #9D9D9D. Windows color (decimal): -10630812 or 6605149. OLE color: 6605149.
HSL color Cylindrical-coordinate representation of color #5DC964: hue angle of 123.89º 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 #5DC964 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 100 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.21 |
| HSL | 123.89º | 0.5% | 0.58% | - |
| HSV(B) | 123.89º | 0.54% | 0.79% | - |
| XYZ | 27.7 | 45.02 | 19.29 | - |
| YUV | 157.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 100 | 0.54 | 0 | 0.50 | 0.21 | 123.89 | 0.5 | 0.58 |
| Hex | 5D | C9 | 64 | 36 | 0 | 32 | 15 | 7C | 32 | 3A |
| Octal | 135 | 311 | 144 | 66 | 0 | 62 | 25 | 174 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1100100 | 110110 | 0 | 110010 | 10101 | 1111100 | 110010 | 111010 |
Color Harmonies of #5DC964
Complementary color
Monochromatic Colors of #5DC964
Black with #5DC964
Text Example
Text Example
White with #5DC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC964; }
p { color: rgb(93,201,100); }
H1.HeaderClassName
{
color: #5DC964;
}
.AnyTagClassName
{
color: #5DC964;
}
</style>
background-color css
<style>
a { background-color: #5DC964; }
a { background-color: rgb(93,201,100); }
div.DivClassName
{
background-color: #5DC964;
}
.BgClassName
{
background-color: #5DC964;
}
</style>
border-color css
<style>
span { border-color: #5DC964; }
span { border-color: rgb(93,201,100); }
td.TdClassName
{
border-color: #5DC964;
}
.TagClassName
{
border-color: #5DC964;
}
</style>