Shades of Fern #5DA760
Tints of Fern #5DA760
RGB
CMYK
RGB Variations
Color information
#5DA760 (or 0x5DA760) is known color: Fern. HEX triplet: 5D, A7 and 60. RGB value is (93,167,96). Sum of RGB (Red+Green+Blue) = 93+167+96=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA760 is #A2589F. Grayscale: #888888. Windows color (decimal): -10639520 or 6334301. OLE color: 6334301.
HSL color Cylindrical-coordinate representation of color #5DA760: hue angle of 122.43º degrees, saturation: 0.3, 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 #5DA760 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 96 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.35 |
| HSL | 122.43º | 0.3% | 0.51% | - |
| HSV(B) | 122.43º | 0.44% | 0.65% | - |
| XYZ | 20.44 | 30.81 | 15.94 | - |
| YUV | 136.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 96 | 0.44 | 0 | 0.43 | 0.35 | 122.43 | 0.3 | 0.51 |
| Hex | 5D | A7 | 60 | 2C | 0 | 2B | 23 | 7A | 1E | 33 |
| Octal | 135 | 247 | 140 | 54 | 0 | 53 | 43 | 172 | 36 | 63 |
| Binary | 1011101 | 10100111 | 1100000 | 101100 | 0 | 101011 | 100011 | 1111010 | 11110 | 110011 |
Color Harmonies of #5DA760
Complementary color
Monochromatic Colors of #5DA760
Black with #5DA760
Text Example
Text Example
White with #5DA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA760; }
p { color: rgb(93,167,96); }
H1.HeaderClassName
{
color: #5DA760;
}
.AnyTagClassName
{
color: #5DA760;
}
</style>
background-color css
<style>
a { background-color: #5DA760; }
a { background-color: rgb(93,167,96); }
div.DivClassName
{
background-color: #5DA760;
}
.BgClassName
{
background-color: #5DA760;
}
</style>
border-color css
<style>
span { border-color: #5DA760; }
span { border-color: rgb(93,167,96); }
td.TdClassName
{
border-color: #5DA760;
}
.TagClassName
{
border-color: #5DA760;
}
</style>