Shades of Fern #5DAD69
Tints of Fern #5DAD69
RGB
CMYK
RGB Variations
Color information
#5DAD69 (or 0x5DAD69) is known color: Fern. HEX triplet: 5D, AD and 69. RGB value is (93,173,105). Sum of RGB (Red+Green+Blue) = 93+173+105=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD69 is #A25296. Grayscale: #8D8D8D. Windows color (decimal): -10637975 or 6925661. OLE color: 6925661.
HSL color Cylindrical-coordinate representation of color #5DAD69: hue angle of 129º 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 #5DAD69 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 105 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.32 |
| HSL | 129º | 0.33% | 0.52% | - |
| HSV(B) | 129º | 0.46% | 0.68% | - |
| XYZ | 22.01 | 33.23 | 18.62 | - |
| YUV | 141.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 105 | 0.46 | 0 | 0.39 | 0.32 | 129 | 0.33 | 0.52 |
| Hex | 5D | AD | 69 | 2E | 0 | 27 | 20 | 81 | 21 | 34 |
| Octal | 135 | 255 | 151 | 56 | 0 | 47 | 40 | 201 | 41 | 64 |
| Binary | 1011101 | 10101101 | 1101001 | 101110 | 0 | 100111 | 100000 | 10000001 | 100001 | 110100 |
Color Harmonies of #5DAD69
Complementary color
Monochromatic Colors of #5DAD69
Black with #5DAD69
Text Example
Text Example
White with #5DAD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD69; }
p { color: rgb(93,173,105); }
H1.HeaderClassName
{
color: #5DAD69;
}
.AnyTagClassName
{
color: #5DAD69;
}
</style>
background-color css
<style>
a { background-color: #5DAD69; }
a { background-color: rgb(93,173,105); }
div.DivClassName
{
background-color: #5DAD69;
}
.BgClassName
{
background-color: #5DAD69;
}
</style>
border-color css
<style>
span { border-color: #5DAD69; }
span { border-color: rgb(93,173,105); }
td.TdClassName
{
border-color: #5DAD69;
}
.TagClassName
{
border-color: #5DAD69;
}
</style>