Shades of Fern #5DA861
Tints of Fern #5DA861
RGB
CMYK
RGB Variations
Color information
#5DA861 (or 0x5DA861) is known color: Fern. HEX triplet: 5D, A8 and 61. RGB value is (93,168,97). Sum of RGB (Red+Green+Blue) = 93+168+97=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA861 is #A2579E. Grayscale: #898989. Windows color (decimal): -10639263 or 6400093. OLE color: 6400093.
HSL color Cylindrical-coordinate representation of color #5DA861: hue angle of 123.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA861 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 97 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.34 |
| HSL | 123.2º | 0.3% | 0.51% | - |
| HSV(B) | 123.2º | 0.45% | 0.66% | - |
| XYZ | 20.67 | 31.2 | 16.24 | - |
| YUV | 137.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 97 | 0.45 | 0 | 0.42 | 0.34 | 123.2 | 0.3 | 0.51 |
| Hex | 5D | A8 | 61 | 2D | 0 | 2A | 22 | 7B | 1E | 33 |
| Octal | 135 | 250 | 141 | 55 | 0 | 52 | 42 | 173 | 36 | 63 |
| Binary | 1011101 | 10101000 | 1100001 | 101101 | 0 | 101010 | 100010 | 1111011 | 11110 | 110011 |
Color Harmonies of #5DA861
Complementary color
Monochromatic Colors of #5DA861
Black with #5DA861
Text Example
Text Example
White with #5DA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA861; }
p { color: rgb(93,168,97); }
H1.HeaderClassName
{
color: #5DA861;
}
.AnyTagClassName
{
color: #5DA861;
}
</style>
background-color css
<style>
a { background-color: #5DA861; }
a { background-color: rgb(93,168,97); }
div.DivClassName
{
background-color: #5DA861;
}
.BgClassName
{
background-color: #5DA861;
}
</style>
border-color css
<style>
span { border-color: #5DA861; }
span { border-color: rgb(93,168,97); }
td.TdClassName
{
border-color: #5DA861;
}
.TagClassName
{
border-color: #5DA861;
}
</style>