Shades of Fern #5AD663
Tints of Fern #5AD663
RGB
CMYK
RGB Variations
Color information
#5AD663 (or 0x5AD663) is known color: Fern. HEX triplet: 5A, D6 and 63. RGB value is (90,214,99). Sum of RGB (Red+Green+Blue) = 90+214+99=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD663 is #A5299C. Grayscale: #A4A4A4. Windows color (decimal): -10824093 or 6542938. OLE color: 6542938.
HSL color Cylindrical-coordinate representation of color #5AD663: hue angle of 124.35º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD663 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 99 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.16 |
| HSL | 124.35º | 0.6% | 0.6% | - |
| HSV(B) | 124.35º | 0.58% | 0.84% | - |
| XYZ | 30.52 | 51.17 | 20.07 | - |
| YUV | 163.81 | 91.42 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 99 | 0.58 | 0 | 0.54 | 0.16 | 124.35 | 0.6 | 0.6 |
| Hex | 5A | D6 | 63 | 3A | 0 | 36 | 10 | 7C | 3C | 3C |
| Octal | 132 | 326 | 143 | 72 | 0 | 66 | 20 | 174 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1100011 | 111010 | 0 | 110110 | 10000 | 1111100 | 111100 | 111100 |
Color Harmonies of #5AD663
Complementary color
Monochromatic Colors of #5AD663
Black with #5AD663
Text Example
Text Example
White with #5AD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD663; }
p { color: rgb(90,214,99); }
H1.HeaderClassName
{
color: #5AD663;
}
.AnyTagClassName
{
color: #5AD663;
}
</style>
background-color css
<style>
a { background-color: #5AD663; }
a { background-color: rgb(90,214,99); }
div.DivClassName
{
background-color: #5AD663;
}
.BgClassName
{
background-color: #5AD663;
}
</style>
border-color css
<style>
span { border-color: #5AD663; }
span { border-color: rgb(90,214,99); }
td.TdClassName
{
border-color: #5AD663;
}
.TagClassName
{
border-color: #5AD663;
}
</style>