Shades of Fern #5DA66A
Tints of Fern #5DA66A
RGB
CMYK
RGB Variations
Color information
#5DA66A (or 0x5DA66A) is known color: Fern. HEX triplet: 5D, A6 and 6A. RGB value is (93,166,106). Sum of RGB (Red+Green+Blue) = 93+166+106=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA66A is #A25995. Grayscale: #898989. Windows color (decimal): -10639766 or 6989405. OLE color: 6989405.
HSL color Cylindrical-coordinate representation of color #5DA66A: hue angle of 130.68º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA66A is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 106 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.35 |
| HSL | 130.68º | 0.29% | 0.51% | - |
| HSV(B) | 130.68º | 0.44% | 0.65% | - |
| XYZ | 20.75 | 30.64 | 18.46 | - |
| YUV | 137.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 106 | 0.44 | 0 | 0.36 | 0.35 | 130.68 | 0.29 | 0.51 |
| Hex | 5D | A6 | 6A | 2C | 0 | 24 | 23 | 83 | 1D | 33 |
| Octal | 135 | 246 | 152 | 54 | 0 | 44 | 43 | 203 | 35 | 63 |
| Binary | 1011101 | 10100110 | 1101010 | 101100 | 0 | 100100 | 100011 | 10000011 | 11101 | 110011 |
Color Harmonies of #5DA66A
Complementary color
Monochromatic Colors of #5DA66A
Black with #5DA66A
Text Example
Text Example
White with #5DA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA66A; }
p { color: rgb(93,166,106); }
H1.HeaderClassName
{
color: #5DA66A;
}
.AnyTagClassName
{
color: #5DA66A;
}
</style>
background-color css
<style>
a { background-color: #5DA66A; }
a { background-color: rgb(93,166,106); }
div.DivClassName
{
background-color: #5DA66A;
}
.BgClassName
{
background-color: #5DA66A;
}
</style>
border-color css
<style>
span { border-color: #5DA66A; }
span { border-color: rgb(93,166,106); }
td.TdClassName
{
border-color: #5DA66A;
}
.TagClassName
{
border-color: #5DA66A;
}
</style>