Shades of Fern #5DC968
Tints of Fern #5DC968
RGB
CMYK
RGB Variations
Color information
#5DC968 (or 0x5DC968) is known color: Fern. HEX triplet: 5D, C9 and 68. RGB value is (93,201,104). Sum of RGB (Red+Green+Blue) = 93+201+104=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC968 is #A23697. Grayscale: #9D9D9D. Windows color (decimal): -10630808 or 6867293. OLE color: 6867293.
HSL color Cylindrical-coordinate representation of color #5DC968: hue angle of 126.11º 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 #5DC968 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 104 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.21 |
| HSL | 126.11º | 0.5% | 0.58% | - |
| HSV(B) | 126.11º | 0.54% | 0.79% | - |
| XYZ | 27.9 | 45.1 | 20.33 | - |
| YUV | 157.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 104 | 0.54 | 0 | 0.48 | 0.21 | 126.11 | 0.5 | 0.58 |
| Hex | 5D | C9 | 68 | 36 | 0 | 30 | 15 | 7E | 32 | 3A |
| Octal | 135 | 311 | 150 | 66 | 0 | 60 | 25 | 176 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1101000 | 110110 | 0 | 110000 | 10101 | 1111110 | 110010 | 111010 |
Color Harmonies of #5DC968
Complementary color
Monochromatic Colors of #5DC968
Black with #5DC968
Text Example
Text Example
White with #5DC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC968; }
p { color: rgb(93,201,104); }
H1.HeaderClassName
{
color: #5DC968;
}
.AnyTagClassName
{
color: #5DC968;
}
</style>
background-color css
<style>
a { background-color: #5DC968; }
a { background-color: rgb(93,201,104); }
div.DivClassName
{
background-color: #5DC968;
}
.BgClassName
{
background-color: #5DC968;
}
</style>
border-color css
<style>
span { border-color: #5DC968; }
span { border-color: rgb(93,201,104); }
td.TdClassName
{
border-color: #5DC968;
}
.TagClassName
{
border-color: #5DC968;
}
</style>