Shades of Fern #5DA163
Tints of Fern #5DA163
RGB
CMYK
RGB Variations
Color information
#5DA163 (or 0x5DA163) is known color: Fern. HEX triplet: 5D, A1 and 63. RGB value is (93,161,99). Sum of RGB (Red+Green+Blue) = 93+161+99=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA163 is #A25E9C. Grayscale: #858585. Windows color (decimal): -10641053 or 6529373. OLE color: 6529373.
HSL color Cylindrical-coordinate representation of color #5DA163: hue angle of 125.29º degrees, saturation: 0.27, 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 #5DA163 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 99 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.37 |
| HSL | 125.29º | 0.27% | 0.5% | - |
| HSV(B) | 125.29º | 0.42% | 0.63% | - |
| XYZ | 19.51 | 28.72 | 16.32 | - |
| YUV | 133.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 99 | 0.42 | 0 | 0.39 | 0.37 | 125.29 | 0.27 | 0.5 |
| Hex | 5D | A1 | 63 | 2A | 0 | 27 | 25 | 7D | 1B | 32 |
| Octal | 135 | 241 | 143 | 52 | 0 | 47 | 45 | 175 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1100011 | 101010 | 0 | 100111 | 100101 | 1111101 | 11011 | 110010 |
Color Harmonies of #5DA163
Complementary color
Monochromatic Colors of #5DA163
Black with #5DA163
Text Example
Text Example
White with #5DA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA163; }
p { color: rgb(93,161,99); }
H1.HeaderClassName
{
color: #5DA163;
}
.AnyTagClassName
{
color: #5DA163;
}
</style>
background-color css
<style>
a { background-color: #5DA163; }
a { background-color: rgb(93,161,99); }
div.DivClassName
{
background-color: #5DA163;
}
.BgClassName
{
background-color: #5DA163;
}
</style>
border-color css
<style>
span { border-color: #5DA163; }
span { border-color: rgb(93,161,99); }
td.TdClassName
{
border-color: #5DA163;
}
.TagClassName
{
border-color: #5DA163;
}
</style>