Shades of Fern #5AD656
Tints of Fern #5AD656
RGB
CMYK
RGB Variations
Color information
#5AD656 (or 0x5AD656) is known color: Fern. HEX triplet: 5A, D6 and 56. RGB value is (90,214,86). Sum of RGB (Red+Green+Blue) = 90+214+86=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD656 is #A529A9. Grayscale: #A2A2A2. Windows color (decimal): -10824106 or 5690970. OLE color: 5690970.
HSL color Cylindrical-coordinate representation of color #5AD656: hue angle of 118.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AD656 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 86 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.16 |
| HSL | 118.13º | 0.61% | 0.59% | - |
| HSV(B) | 118.13º | 0.6% | 0.84% | - |
| XYZ | 29.94 | 50.94 | 17.06 | - |
| YUV | 162.33 | 84.92 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 86 | 0.58 | 0 | 0.60 | 0.16 | 118.13 | 0.61 | 0.59 |
| Hex | 5A | D6 | 56 | 3A | 0 | 3C | 10 | 76 | 3D | 3B |
| Octal | 132 | 326 | 126 | 72 | 0 | 74 | 20 | 166 | 75 | 73 |
| Binary | 1011010 | 11010110 | 1010110 | 111010 | 0 | 111100 | 10000 | 1110110 | 111101 | 111011 |
Color Harmonies of #5AD656
Complementary color
Monochromatic Colors of #5AD656
Black with #5AD656
Text Example
Text Example
White with #5AD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD656; }
p { color: rgb(90,214,86); }
H1.HeaderClassName
{
color: #5AD656;
}
.AnyTagClassName
{
color: #5AD656;
}
</style>
background-color css
<style>
a { background-color: #5AD656; }
a { background-color: rgb(90,214,86); }
div.DivClassName
{
background-color: #5AD656;
}
.BgClassName
{
background-color: #5AD656;
}
</style>
border-color css
<style>
span { border-color: #5AD656; }
span { border-color: rgb(90,214,86); }
td.TdClassName
{
border-color: #5AD656;
}
.TagClassName
{
border-color: #5AD656;
}
</style>