Shades of Fern #5DA168
Tints of Fern #5DA168
RGB
CMYK
RGB Variations
Color information
#5DA168 (or 0x5DA168) is known color: Fern. HEX triplet: 5D, A1 and 68. RGB value is (93,161,104). Sum of RGB (Red+Green+Blue) = 93+161+104=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA168 is #A25E97. Grayscale: #868686. Windows color (decimal): -10641048 or 6857053. OLE color: 6857053.
HSL color Cylindrical-coordinate representation of color #5DA168: hue angle of 129.71º 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 #5DA168 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 104 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.37 |
| HSL | 129.71º | 0.27% | 0.5% | - |
| HSV(B) | 129.71º | 0.42% | 0.63% | - |
| XYZ | 19.76 | 28.82 | 17.62 | - |
| YUV | 134.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 104 | 0.42 | 0 | 0.35 | 0.37 | 129.71 | 0.27 | 0.5 |
| Hex | 5D | A1 | 68 | 2A | 0 | 23 | 25 | 82 | 1B | 32 |
| Octal | 135 | 241 | 150 | 52 | 0 | 43 | 45 | 202 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1101000 | 101010 | 0 | 100011 | 100101 | 10000010 | 11011 | 110010 |
Color Harmonies of #5DA168
Complementary color
Monochromatic Colors of #5DA168
Black with #5DA168
Text Example
Text Example
White with #5DA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA168; }
p { color: rgb(93,161,104); }
H1.HeaderClassName
{
color: #5DA168;
}
.AnyTagClassName
{
color: #5DA168;
}
</style>
background-color css
<style>
a { background-color: #5DA168; }
a { background-color: rgb(93,161,104); }
div.DivClassName
{
background-color: #5DA168;
}
.BgClassName
{
background-color: #5DA168;
}
</style>
border-color css
<style>
span { border-color: #5DA168; }
span { border-color: rgb(93,161,104); }
td.TdClassName
{
border-color: #5DA168;
}
.TagClassName
{
border-color: #5DA168;
}
</style>