Shades of Fern #5DAA6C
Tints of Fern #5DAA6C
RGB
CMYK
RGB Variations
Color information
#5DAA6C (or 0x5DAA6C) is known color: Fern. HEX triplet: 5D, AA and 6C. RGB value is (93,170,108). Sum of RGB (Red+Green+Blue) = 93+170+108=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA6C is #A25593. Grayscale: #8C8C8C. Windows color (decimal): -10638740 or 7121501. OLE color: 7121501.
HSL color Cylindrical-coordinate representation of color #5DAA6C: hue angle of 131.69º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA6C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 108 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.33 |
| HSL | 131.69º | 0.31% | 0.52% | - |
| HSV(B) | 131.69º | 0.45% | 0.67% | - |
| XYZ | 21.6 | 32.16 | 19.26 | - |
| YUV | 139.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 108 | 0.45 | 0 | 0.36 | 0.33 | 131.69 | 0.31 | 0.52 |
| Hex | 5D | AA | 6C | 2D | 0 | 24 | 21 | 84 | 1F | 34 |
| Octal | 135 | 252 | 154 | 55 | 0 | 44 | 41 | 204 | 37 | 64 |
| Binary | 1011101 | 10101010 | 1101100 | 101101 | 0 | 100100 | 100001 | 10000100 | 11111 | 110100 |
Color Harmonies of #5DAA6C
Complementary color
Monochromatic Colors of #5DAA6C
Black with #5DAA6C
Text Example
Text Example
White with #5DAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA6C; }
p { color: rgb(93,170,108); }
H1.HeaderClassName
{
color: #5DAA6C;
}
.AnyTagClassName
{
color: #5DAA6C;
}
</style>
background-color css
<style>
a { background-color: #5DAA6C; }
a { background-color: rgb(93,170,108); }
div.DivClassName
{
background-color: #5DAA6C;
}
.BgClassName
{
background-color: #5DAA6C;
}
</style>
border-color css
<style>
span { border-color: #5DAA6C; }
span { border-color: rgb(93,170,108); }
td.TdClassName
{
border-color: #5DAA6C;
}
.TagClassName
{
border-color: #5DAA6C;
}
</style>