Shades of Fern #5AD163
Tints of Fern #5AD163
RGB
CMYK
RGB Variations
Color information
#5AD163 (or 0x5AD163) is known color: Fern. HEX triplet: 5A, D1 and 63. RGB value is (90,209,99). Sum of RGB (Red+Green+Blue) = 90+209+99=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD163 is #A52E9C. Grayscale: #A1A1A1. Windows color (decimal): -10825373 or 6541658. OLE color: 6541658.
HSL color Cylindrical-coordinate representation of color #5AD163: hue angle of 124.54º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD163 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 99 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.18 |
| HSL | 124.54º | 0.56% | 0.59% | - |
| HSV(B) | 124.54º | 0.57% | 0.82% | - |
| XYZ | 29.27 | 48.68 | 19.66 | - |
| YUV | 160.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 99 | 0.57 | 0 | 0.53 | 0.18 | 124.54 | 0.56 | 0.59 |
| Hex | 5A | D1 | 63 | 39 | 0 | 35 | 12 | 7D | 38 | 3B |
| Octal | 132 | 321 | 143 | 71 | 0 | 65 | 22 | 175 | 70 | 73 |
| Binary | 1011010 | 11010001 | 1100011 | 111001 | 0 | 110101 | 10010 | 1111101 | 111000 | 111011 |
Color Harmonies of #5AD163
Complementary color
Monochromatic Colors of #5AD163
Black with #5AD163
Text Example
Text Example
White with #5AD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD163; }
p { color: rgb(90,209,99); }
H1.HeaderClassName
{
color: #5AD163;
}
.AnyTagClassName
{
color: #5AD163;
}
</style>
background-color css
<style>
a { background-color: #5AD163; }
a { background-color: rgb(90,209,99); }
div.DivClassName
{
background-color: #5AD163;
}
.BgClassName
{
background-color: #5AD163;
}
</style>
border-color css
<style>
span { border-color: #5AD163; }
span { border-color: rgb(90,209,99); }
td.TdClassName
{
border-color: #5AD163;
}
.TagClassName
{
border-color: #5AD163;
}
</style>