Shades of Fern #5DA962
Tints of Fern #5DA962
RGB
CMYK
RGB Variations
Color information
#5DA962 (or 0x5DA962) is known color: Fern. HEX triplet: 5D, A9 and 62. RGB value is (93,169,98). Sum of RGB (Red+Green+Blue) = 93+169+98=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA962 is #A2569D. Grayscale: #8A8A8A. Windows color (decimal): -10639006 or 6465885. OLE color: 6465885.
HSL color Cylindrical-coordinate representation of color #5DA962: hue angle of 123.95º degrees, saturation: 0.31, 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 #5DA962 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 98 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.34 |
| HSL | 123.95º | 0.31% | 0.51% | - |
| HSV(B) | 123.95º | 0.45% | 0.66% | - |
| XYZ | 20.91 | 31.58 | 16.55 | - |
| YUV | 138.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 98 | 0.45 | 0 | 0.42 | 0.34 | 123.95 | 0.31 | 0.51 |
| Hex | 5D | A9 | 62 | 2D | 0 | 2A | 22 | 7C | 1F | 33 |
| Octal | 135 | 251 | 142 | 55 | 0 | 52 | 42 | 174 | 37 | 63 |
| Binary | 1011101 | 10101001 | 1100010 | 101101 | 0 | 101010 | 100010 | 1111100 | 11111 | 110011 |
Color Harmonies of #5DA962
Complementary color
Monochromatic Colors of #5DA962
Black with #5DA962
Text Example
Text Example
White with #5DA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA962; }
p { color: rgb(93,169,98); }
H1.HeaderClassName
{
color: #5DA962;
}
.AnyTagClassName
{
color: #5DA962;
}
</style>
background-color css
<style>
a { background-color: #5DA962; }
a { background-color: rgb(93,169,98); }
div.DivClassName
{
background-color: #5DA962;
}
.BgClassName
{
background-color: #5DA962;
}
</style>
border-color css
<style>
span { border-color: #5DA962; }
span { border-color: rgb(93,169,98); }
td.TdClassName
{
border-color: #5DA962;
}
.TagClassName
{
border-color: #5DA962;
}
</style>