Shades of Fern #5AD660
Tints of Fern #5AD660
RGB
CMYK
RGB Variations
Color information
#5AD660 (or 0x5AD660) is known color: Fern. HEX triplet: 5A, D6 and 60. RGB value is (90,214,96). Sum of RGB (Red+Green+Blue) = 90+214+96=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD660 is #A5299F. Grayscale: #A3A3A3. Windows color (decimal): -10824096 or 6346330. OLE color: 6346330.
HSL color Cylindrical-coordinate representation of color #5AD660: hue angle of 122.9º 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 #5AD660 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 96 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.16 |
| HSL | 122.9º | 0.6% | 0.6% | - |
| HSV(B) | 122.9º | 0.58% | 0.84% | - |
| XYZ | 30.37 | 51.11 | 19.33 | - |
| YUV | 163.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 96 | 0.58 | 0 | 0.55 | 0.16 | 122.9 | 0.6 | 0.6 |
| Hex | 5A | D6 | 60 | 3A | 0 | 37 | 10 | 7B | 3C | 3C |
| Octal | 132 | 326 | 140 | 72 | 0 | 67 | 20 | 173 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1100000 | 111010 | 0 | 110111 | 10000 | 1111011 | 111100 | 111100 |
Color Harmonies of #5AD660
Complementary color
Monochromatic Colors of #5AD660
Black with #5AD660
Text Example
Text Example
White with #5AD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD660; }
p { color: rgb(90,214,96); }
H1.HeaderClassName
{
color: #5AD660;
}
.AnyTagClassName
{
color: #5AD660;
}
</style>
background-color css
<style>
a { background-color: #5AD660; }
a { background-color: rgb(90,214,96); }
div.DivClassName
{
background-color: #5AD660;
}
.BgClassName
{
background-color: #5AD660;
}
</style>
border-color css
<style>
span { border-color: #5AD660; }
span { border-color: rgb(90,214,96); }
td.TdClassName
{
border-color: #5AD660;
}
.TagClassName
{
border-color: #5AD660;
}
</style>