Shades of Fern #5DA560
Tints of Fern #5DA560
RGB
CMYK
RGB Variations
Color information
#5DA560 (or 0x5DA560) is known color: Fern. HEX triplet: 5D, A5 and 60. RGB value is (93,165,96). Sum of RGB (Red+Green+Blue) = 93+165+96=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA560 is #A25A9F. Grayscale: #878787. Windows color (decimal): -10640032 or 6333789. OLE color: 6333789.
HSL color Cylindrical-coordinate representation of color #5DA560: hue angle of 122.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA560 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 96 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.35 |
| HSL | 122.5º | 0.29% | 0.51% | - |
| HSV(B) | 122.5º | 0.44% | 0.65% | - |
| XYZ | 20.08 | 30.08 | 15.81 | - |
| YUV | 135.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 96 | 0.44 | 0 | 0.42 | 0.35 | 122.5 | 0.29 | 0.51 |
| Hex | 5D | A5 | 60 | 2C | 0 | 2A | 23 | 7B | 1D | 33 |
| Octal | 135 | 245 | 140 | 54 | 0 | 52 | 43 | 173 | 35 | 63 |
| Binary | 1011101 | 10100101 | 1100000 | 101100 | 0 | 101010 | 100011 | 1111011 | 11101 | 110011 |
Color Harmonies of #5DA560
Complementary color
Monochromatic Colors of #5DA560
Black with #5DA560
Text Example
Text Example
White with #5DA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA560; }
p { color: rgb(93,165,96); }
H1.HeaderClassName
{
color: #5DA560;
}
.AnyTagClassName
{
color: #5DA560;
}
</style>
background-color css
<style>
a { background-color: #5DA560; }
a { background-color: rgb(93,165,96); }
div.DivClassName
{
background-color: #5DA560;
}
.BgClassName
{
background-color: #5DA560;
}
</style>
border-color css
<style>
span { border-color: #5DA560; }
span { border-color: rgb(93,165,96); }
td.TdClassName
{
border-color: #5DA560;
}
.TagClassName
{
border-color: #5DA560;
}
</style>