Shades of Fern #5DAD72
Tints of Fern #5DAD72
RGB
CMYK
RGB Variations
Color information
#5DAD72 (or 0x5DAD72) is known color: Fern. HEX triplet: 5D, AD and 72. RGB value is (93,173,114). Sum of RGB (Red+Green+Blue) = 93+173+114=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD72 is #A2528D. Grayscale: #8E8E8E. Windows color (decimal): -10637966 or 7515485. OLE color: 7515485.
HSL color Cylindrical-coordinate representation of color #5DAD72: hue angle of 135.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAD72 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 114 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.32 |
| HSL | 135.75º | 0.33% | 0.52% | - |
| HSV(B) | 135.75º | 0.46% | 0.68% | - |
| XYZ | 22.5 | 33.43 | 21.19 | - |
| YUV | 142.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 114 | 0.46 | 0 | 0.34 | 0.32 | 135.75 | 0.33 | 0.52 |
| Hex | 5D | AD | 72 | 2E | 0 | 22 | 20 | 88 | 21 | 34 |
| Octal | 135 | 255 | 162 | 56 | 0 | 42 | 40 | 210 | 41 | 64 |
| Binary | 1011101 | 10101101 | 1110010 | 101110 | 0 | 100010 | 100000 | 10001000 | 100001 | 110100 |
Color Harmonies of #5DAD72
Complementary color
Monochromatic Colors of #5DAD72
Black with #5DAD72
Text Example
Text Example
White with #5DAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD72; }
p { color: rgb(93,173,114); }
H1.HeaderClassName
{
color: #5DAD72;
}
.AnyTagClassName
{
color: #5DAD72;
}
</style>
background-color css
<style>
a { background-color: #5DAD72; }
a { background-color: rgb(93,173,114); }
div.DivClassName
{
background-color: #5DAD72;
}
.BgClassName
{
background-color: #5DAD72;
}
</style>
border-color css
<style>
span { border-color: #5DAD72; }
span { border-color: rgb(93,173,114); }
td.TdClassName
{
border-color: #5DAD72;
}
.TagClassName
{
border-color: #5DAD72;
}
</style>