Shades of Fern #5DAA6D
Tints of Fern #5DAA6D
RGB
CMYK
RGB Variations
Color information
#5DAA6D (or 0x5DAA6D) is known color: Fern. HEX triplet: 5D, AA and 6D. RGB value is (93,170,109). Sum of RGB (Red+Green+Blue) = 93+170+109=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA6D is #A25592. Grayscale: #8C8C8C. Windows color (decimal): -10638739 or 7187037. OLE color: 7187037.
HSL color Cylindrical-coordinate representation of color #5DAA6D: hue angle of 132.47º 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 #5DAA6D is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 109 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.33 |
| HSL | 132.47º | 0.31% | 0.52% | - |
| HSV(B) | 132.47º | 0.45% | 0.67% | - |
| XYZ | 21.65 | 32.18 | 19.54 | - |
| YUV | 140.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 109 | 0.45 | 0 | 0.36 | 0.33 | 132.47 | 0.31 | 0.52 |
| Hex | 5D | AA | 6D | 2D | 0 | 24 | 21 | 84 | 1F | 34 |
| Octal | 135 | 252 | 155 | 55 | 0 | 44 | 41 | 204 | 37 | 64 |
| Binary | 1011101 | 10101010 | 1101101 | 101101 | 0 | 100100 | 100001 | 10000100 | 11111 | 110100 |
Color Harmonies of #5DAA6D
Complementary color
Monochromatic Colors of #5DAA6D
Black with #5DAA6D
Text Example
Text Example
White with #5DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA6D; }
p { color: rgb(93,170,109); }
H1.HeaderClassName
{
color: #5DAA6D;
}
.AnyTagClassName
{
color: #5DAA6D;
}
</style>
background-color css
<style>
a { background-color: #5DAA6D; }
a { background-color: rgb(93,170,109); }
div.DivClassName
{
background-color: #5DAA6D;
}
.BgClassName
{
background-color: #5DAA6D;
}
</style>
border-color css
<style>
span { border-color: #5DAA6D; }
span { border-color: rgb(93,170,109); }
td.TdClassName
{
border-color: #5DAA6D;
}
.TagClassName
{
border-color: #5DAA6D;
}
</style>