Shades of Fern #5DB66A
Tints of Fern #5DB66A
RGB
CMYK
RGB Variations
Color information
#5DB66A (or 0x5DB66A) is known color: Fern. HEX triplet: 5D, B6 and 6A. RGB value is (93,182,106). Sum of RGB (Red+Green+Blue) = 93+182+106=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB66A is #A24995. Grayscale: #929292. Windows color (decimal): -10635670 or 6993501. OLE color: 6993501.
HSL color Cylindrical-coordinate representation of color #5DB66A: hue angle of 128.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB66A is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 106 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.29 |
| HSL | 128.76º | 0.38% | 0.54% | - |
| HSV(B) | 128.76º | 0.49% | 0.71% | - |
| XYZ | 23.84 | 36.82 | 19.49 | - |
| YUV | 146.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 106 | 0.49 | 0 | 0.42 | 0.29 | 128.76 | 0.38 | 0.54 |
| Hex | 5D | B6 | 6A | 31 | 0 | 2A | 1D | 81 | 26 | 36 |
| Octal | 135 | 266 | 152 | 61 | 0 | 52 | 35 | 201 | 46 | 66 |
| Binary | 1011101 | 10110110 | 1101010 | 110001 | 0 | 101010 | 11101 | 10000001 | 100110 | 110110 |
Color Harmonies of #5DB66A
Complementary color
Monochromatic Colors of #5DB66A
Black with #5DB66A
Text Example
Text Example
White with #5DB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB66A; }
p { color: rgb(93,182,106); }
H1.HeaderClassName
{
color: #5DB66A;
}
.AnyTagClassName
{
color: #5DB66A;
}
</style>
background-color css
<style>
a { background-color: #5DB66A; }
a { background-color: rgb(93,182,106); }
div.DivClassName
{
background-color: #5DB66A;
}
.BgClassName
{
background-color: #5DB66A;
}
</style>
border-color css
<style>
span { border-color: #5DB66A; }
span { border-color: rgb(93,182,106); }
td.TdClassName
{
border-color: #5DB66A;
}
.TagClassName
{
border-color: #5DB66A;
}
</style>