Shades of Fern #5DA364
Tints of Fern #5DA364
RGB
CMYK
RGB Variations
Color information
#5DA364 (or 0x5DA364) is known color: Fern. HEX triplet: 5D, A3 and 64. RGB value is (93,163,100). Sum of RGB (Red+Green+Blue) = 93+163+100=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA364 is #A25C9B. Grayscale: #878787. Windows color (decimal): -10640540 or 6595421. OLE color: 6595421.
HSL color Cylindrical-coordinate representation of color #5DA364: hue angle of 126º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA364 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 100 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.36 |
| HSL | 126º | 0.28% | 0.5% | - |
| HSV(B) | 126º | 0.43% | 0.64% | - |
| XYZ | 19.91 | 29.44 | 16.69 | - |
| YUV | 134.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 100 | 0.43 | 0 | 0.39 | 0.36 | 126 | 0.28 | 0.5 |
| Hex | 5D | A3 | 64 | 2B | 0 | 27 | 24 | 7E | 1C | 32 |
| Octal | 135 | 243 | 144 | 53 | 0 | 47 | 44 | 176 | 34 | 62 |
| Binary | 1011101 | 10100011 | 1100100 | 101011 | 0 | 100111 | 100100 | 1111110 | 11100 | 110010 |
Color Harmonies of #5DA364
Complementary color
Monochromatic Colors of #5DA364
Black with #5DA364
Text Example
Text Example
White with #5DA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA364; }
p { color: rgb(93,163,100); }
H1.HeaderClassName
{
color: #5DA364;
}
.AnyTagClassName
{
color: #5DA364;
}
</style>
background-color css
<style>
a { background-color: #5DA364; }
a { background-color: rgb(93,163,100); }
div.DivClassName
{
background-color: #5DA364;
}
.BgClassName
{
background-color: #5DA364;
}
</style>
border-color css
<style>
span { border-color: #5DA364; }
span { border-color: rgb(93,163,100); }
td.TdClassName
{
border-color: #5DA364;
}
.TagClassName
{
border-color: #5DA364;
}
</style>