Shades of Fern #5DA96C
Tints of Fern #5DA96C
RGB
CMYK
RGB Variations
Color information
#5DA96C (or 0x5DA96C) is known color: Fern. HEX triplet: 5D, A9 and 6C. RGB value is (93,169,108). Sum of RGB (Red+Green+Blue) = 93+169+108=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA96C is #A25693. Grayscale: #8B8B8B. Windows color (decimal): -10638996 or 7121245. OLE color: 7121245.
HSL color Cylindrical-coordinate representation of color #5DA96C: hue angle of 131.84º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA96C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 108 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.34 |
| HSL | 131.84º | 0.31% | 0.51% | - |
| HSV(B) | 131.84º | 0.45% | 0.66% | - |
| XYZ | 21.41 | 31.79 | 19.19 | - |
| YUV | 139.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 108 | 0.45 | 0 | 0.36 | 0.34 | 131.84 | 0.31 | 0.51 |
| Hex | 5D | A9 | 6C | 2D | 0 | 24 | 22 | 84 | 1F | 33 |
| Octal | 135 | 251 | 154 | 55 | 0 | 44 | 42 | 204 | 37 | 63 |
| Binary | 1011101 | 10101001 | 1101100 | 101101 | 0 | 100100 | 100010 | 10000100 | 11111 | 110011 |
Color Harmonies of #5DA96C
Complementary color
Monochromatic Colors of #5DA96C
Black with #5DA96C
Text Example
Text Example
White with #5DA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA96C; }
p { color: rgb(93,169,108); }
H1.HeaderClassName
{
color: #5DA96C;
}
.AnyTagClassName
{
color: #5DA96C;
}
</style>
background-color css
<style>
a { background-color: #5DA96C; }
a { background-color: rgb(93,169,108); }
div.DivClassName
{
background-color: #5DA96C;
}
.BgClassName
{
background-color: #5DA96C;
}
</style>
border-color css
<style>
span { border-color: #5DA96C; }
span { border-color: rgb(93,169,108); }
td.TdClassName
{
border-color: #5DA96C;
}
.TagClassName
{
border-color: #5DA96C;
}
</style>