Shades of Fern #5DA76C
Tints of Fern #5DA76C
RGB
CMYK
RGB Variations
Color information
#5DA76C (or 0x5DA76C) is known color: Fern. HEX triplet: 5D, A7 and 6C. RGB value is (93,167,108). Sum of RGB (Red+Green+Blue) = 93+167+108=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA76C is #A25893. Grayscale: #8A8A8A. Windows color (decimal): -10639508 or 7120733. OLE color: 7120733.
HSL color Cylindrical-coordinate representation of color #5DA76C: hue angle of 132.16º degrees, saturation: 0.3, 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 #5DA76C is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 108 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.35 |
| HSL | 132.16º | 0.3% | 0.51% | - |
| HSV(B) | 132.16º | 0.44% | 0.65% | - |
| XYZ | 21.04 | 31.05 | 19.07 | - |
| YUV | 138.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 108 | 0.44 | 0 | 0.35 | 0.35 | 132.16 | 0.3 | 0.51 |
| Hex | 5D | A7 | 6C | 2C | 0 | 23 | 23 | 84 | 1E | 33 |
| Octal | 135 | 247 | 154 | 54 | 0 | 43 | 43 | 204 | 36 | 63 |
| Binary | 1011101 | 10100111 | 1101100 | 101100 | 0 | 100011 | 100011 | 10000100 | 11110 | 110011 |
Color Harmonies of #5DA76C
Complementary color
Monochromatic Colors of #5DA76C
Black with #5DA76C
Text Example
Text Example
White with #5DA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA76C; }
p { color: rgb(93,167,108); }
H1.HeaderClassName
{
color: #5DA76C;
}
.AnyTagClassName
{
color: #5DA76C;
}
</style>
background-color css
<style>
a { background-color: #5DA76C; }
a { background-color: rgb(93,167,108); }
div.DivClassName
{
background-color: #5DA76C;
}
.BgClassName
{
background-color: #5DA76C;
}
</style>
border-color css
<style>
span { border-color: #5DA76C; }
span { border-color: rgb(93,167,108); }
td.TdClassName
{
border-color: #5DA76C;
}
.TagClassName
{
border-color: #5DA76C;
}
</style>