Shades of Fern #5DB76C
Tints of Fern #5DB76C
RGB
CMYK
RGB Variations
Color information
#5DB76C (or 0x5DB76C) is known color: Fern. HEX triplet: 5D, B7 and 6C. RGB value is (93,183,108). Sum of RGB (Red+Green+Blue) = 93+183+108=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB76C is #A24893. Grayscale: #939393. Windows color (decimal): -10635412 or 7124829. OLE color: 7124829.
HSL color Cylindrical-coordinate representation of color #5DB76C: hue angle of 130º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB76C is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 108 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.28 |
| HSL | 130º | 0.38% | 0.54% | - |
| HSV(B) | 130º | 0.49% | 0.72% | - |
| XYZ | 24.15 | 37.28 | 20.11 | - |
| YUV | 147.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 108 | 0.49 | 0 | 0.41 | 0.28 | 130 | 0.38 | 0.54 |
| Hex | 5D | B7 | 6C | 31 | 0 | 29 | 1C | 82 | 26 | 36 |
| Octal | 135 | 267 | 154 | 61 | 0 | 51 | 34 | 202 | 46 | 66 |
| Binary | 1011101 | 10110111 | 1101100 | 110001 | 0 | 101001 | 11100 | 10000010 | 100110 | 110110 |
Color Harmonies of #5DB76C
Complementary color
Monochromatic Colors of #5DB76C
Black with #5DB76C
Text Example
Text Example
White with #5DB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB76C; }
p { color: rgb(93,183,108); }
H1.HeaderClassName
{
color: #5DB76C;
}
.AnyTagClassName
{
color: #5DB76C;
}
</style>
background-color css
<style>
a { background-color: #5DB76C; }
a { background-color: rgb(93,183,108); }
div.DivClassName
{
background-color: #5DB76C;
}
.BgClassName
{
background-color: #5DB76C;
}
</style>
border-color css
<style>
span { border-color: #5DB76C; }
span { border-color: rgb(93,183,108); }
td.TdClassName
{
border-color: #5DB76C;
}
.TagClassName
{
border-color: #5DB76C;
}
</style>