Shades of Fern #5DA063
Tints of Fern #5DA063
RGB
CMYK
RGB Variations
Color information
#5DA063 (or 0x5DA063) is known color: Fern. HEX triplet: 5D, A0 and 63. RGB value is (93,160,99). Sum of RGB (Red+Green+Blue) = 93+160+99=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA063 is #A25F9C. Grayscale: #858585. Windows color (decimal): -10641309 or 6529117. OLE color: 6529117.
HSL color Cylindrical-coordinate representation of color #5DA063: hue angle of 125.37º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA063 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 99 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.37 |
| HSL | 125.37º | 0.26% | 0.5% | - |
| HSV(B) | 125.37º | 0.42% | 0.63% | - |
| XYZ | 19.34 | 28.37 | 16.26 | - |
| YUV | 133.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 99 | 0.42 | 0 | 0.38 | 0.37 | 125.37 | 0.26 | 0.5 |
| Hex | 5D | A0 | 63 | 2A | 0 | 26 | 25 | 7D | 1A | 32 |
| Octal | 135 | 240 | 143 | 52 | 0 | 46 | 45 | 175 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1100011 | 101010 | 0 | 100110 | 100101 | 1111101 | 11010 | 110010 |
Color Harmonies of #5DA063
Complementary color
Monochromatic Colors of #5DA063
Black with #5DA063
Text Example
Text Example
White with #5DA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA063; }
p { color: rgb(93,160,99); }
H1.HeaderClassName
{
color: #5DA063;
}
.AnyTagClassName
{
color: #5DA063;
}
</style>
background-color css
<style>
a { background-color: #5DA063; }
a { background-color: rgb(93,160,99); }
div.DivClassName
{
background-color: #5DA063;
}
.BgClassName
{
background-color: #5DA063;
}
</style>
border-color css
<style>
span { border-color: #5DA063; }
span { border-color: rgb(93,160,99); }
td.TdClassName
{
border-color: #5DA063;
}
.TagClassName
{
border-color: #5DA063;
}
</style>