Shades of Fern #5DC965
Tints of Fern #5DC965
RGB
CMYK
RGB Variations
Color information
#5DC965 (or 0x5DC965) is known color: Fern. HEX triplet: 5D, C9 and 65. RGB value is (93,201,101). Sum of RGB (Red+Green+Blue) = 93+201+101=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC965 is #A2369A. Grayscale: #9D9D9D. Windows color (decimal): -10630811 or 6670685. OLE color: 6670685.
HSL color Cylindrical-coordinate representation of color #5DC965: hue angle of 124.44º 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 #5DC965 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 101 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.21 |
| HSL | 124.44º | 0.5% | 0.58% | - |
| HSV(B) | 124.44º | 0.54% | 0.79% | - |
| XYZ | 27.75 | 45.04 | 19.54 | - |
| YUV | 157.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 101 | 0.54 | 0 | 0.50 | 0.21 | 124.44 | 0.5 | 0.58 |
| Hex | 5D | C9 | 65 | 36 | 0 | 32 | 15 | 7C | 32 | 3A |
| Octal | 135 | 311 | 145 | 66 | 0 | 62 | 25 | 174 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1100101 | 110110 | 0 | 110010 | 10101 | 1111100 | 110010 | 111010 |
Color Harmonies of #5DC965
Complementary color
Monochromatic Colors of #5DC965
Black with #5DC965
Text Example
Text Example
White with #5DC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC965; }
p { color: rgb(93,201,101); }
H1.HeaderClassName
{
color: #5DC965;
}
.AnyTagClassName
{
color: #5DC965;
}
</style>
background-color css
<style>
a { background-color: #5DC965; }
a { background-color: rgb(93,201,101); }
div.DivClassName
{
background-color: #5DC965;
}
.BgClassName
{
background-color: #5DC965;
}
</style>
border-color css
<style>
span { border-color: #5DC965; }
span { border-color: rgb(93,201,101); }
td.TdClassName
{
border-color: #5DC965;
}
.TagClassName
{
border-color: #5DC965;
}
</style>