Shades of Fern #5DB96C
Tints of Fern #5DB96C
RGB
CMYK
RGB Variations
Color information
#5DB96C (or 0x5DB96C) is known color: Fern. HEX triplet: 5D, B9 and 6C. RGB value is (93,185,108). Sum of RGB (Red+Green+Blue) = 93+185+108=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB96C is #A24693. Grayscale: #949494. Windows color (decimal): -10634900 or 7125341. OLE color: 7125341.
HSL color Cylindrical-coordinate representation of color #5DB96C: hue angle of 129.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB96C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 108 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.27 |
| HSL | 129.78º | 0.4% | 0.55% | - |
| HSV(B) | 129.78º | 0.5% | 0.73% | - |
| XYZ | 24.57 | 38.11 | 20.25 | - |
| YUV | 148.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 108 | 0.50 | 0 | 0.42 | 0.27 | 129.78 | 0.4 | 0.55 |
| Hex | 5D | B9 | 6C | 32 | 0 | 2A | 1B | 82 | 28 | 37 |
| Octal | 135 | 271 | 154 | 62 | 0 | 52 | 33 | 202 | 50 | 67 |
| Binary | 1011101 | 10111001 | 1101100 | 110010 | 0 | 101010 | 11011 | 10000010 | 101000 | 110111 |
Color Harmonies of #5DB96C
Complementary color
Monochromatic Colors of #5DB96C
Black with #5DB96C
Text Example
Text Example
White with #5DB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB96C; }
p { color: rgb(93,185,108); }
H1.HeaderClassName
{
color: #5DB96C;
}
.AnyTagClassName
{
color: #5DB96C;
}
</style>
background-color css
<style>
a { background-color: #5DB96C; }
a { background-color: rgb(93,185,108); }
div.DivClassName
{
background-color: #5DB96C;
}
.BgClassName
{
background-color: #5DB96C;
}
</style>
border-color css
<style>
span { border-color: #5DB96C; }
span { border-color: rgb(93,185,108); }
td.TdClassName
{
border-color: #5DB96C;
}
.TagClassName
{
border-color: #5DB96C;
}
</style>