Shades of Fern #5DA166
Tints of Fern #5DA166
RGB
CMYK
RGB Variations
Color information
#5DA166 (or 0x5DA166) is known color: Fern. HEX triplet: 5D, A1 and 66. RGB value is (93,161,102). Sum of RGB (Red+Green+Blue) = 93+161+102=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA166 is #A25E99. Grayscale: #868686. Windows color (decimal): -10641050 or 6725981. OLE color: 6725981.
HSL color Cylindrical-coordinate representation of color #5DA166: hue angle of 127.94º 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 #5DA166 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 102 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.37 |
| HSL | 127.94º | 0.27% | 0.5% | - |
| HSV(B) | 127.94º | 0.42% | 0.63% | - |
| XYZ | 19.66 | 28.78 | 17.09 | - |
| YUV | 133.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 102 | 0.42 | 0 | 0.37 | 0.37 | 127.94 | 0.27 | 0.5 |
| Hex | 5D | A1 | 66 | 2A | 0 | 25 | 25 | 80 | 1B | 32 |
| Octal | 135 | 241 | 146 | 52 | 0 | 45 | 45 | 200 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1100110 | 101010 | 0 | 100101 | 100101 | 10000000 | 11011 | 110010 |
Color Harmonies of #5DA166
Complementary color
Monochromatic Colors of #5DA166
Black with #5DA166
Text Example
Text Example
White with #5DA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA166; }
p { color: rgb(93,161,102); }
H1.HeaderClassName
{
color: #5DA166;
}
.AnyTagClassName
{
color: #5DA166;
}
</style>
background-color css
<style>
a { background-color: #5DA166; }
a { background-color: rgb(93,161,102); }
div.DivClassName
{
background-color: #5DA166;
}
.BgClassName
{
background-color: #5DA166;
}
</style>
border-color css
<style>
span { border-color: #5DA166; }
span { border-color: rgb(93,161,102); }
td.TdClassName
{
border-color: #5DA166;
}
.TagClassName
{
border-color: #5DA166;
}
</style>