Shades of Fern #5AD65F
Tints of Fern #5AD65F
RGB
CMYK
RGB Variations
Color information
#5AD65F (or 0x5AD65F) is known color: Fern. HEX triplet: 5A, D6 and 5F. RGB value is (90,214,95). Sum of RGB (Red+Green+Blue) = 90+214+95=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD65F is #A529A0. Grayscale: #A3A3A3. Windows color (decimal): -10824097 or 6280794. OLE color: 6280794.
HSL color Cylindrical-coordinate representation of color #5AD65F: hue angle of 122.42º 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 #5AD65F is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 95 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.16 |
| HSL | 122.42º | 0.6% | 0.6% | - |
| HSV(B) | 122.42º | 0.58% | 0.84% | - |
| XYZ | 30.33 | 51.09 | 19.09 | - |
| YUV | 163.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 95 | 0.58 | 0 | 0.56 | 0.16 | 122.42 | 0.6 | 0.6 |
| Hex | 5A | D6 | 5F | 3A | 0 | 38 | 10 | 7A | 3C | 3C |
| Octal | 132 | 326 | 137 | 72 | 0 | 70 | 20 | 172 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1011111 | 111010 | 0 | 111000 | 10000 | 1111010 | 111100 | 111100 |
Color Harmonies of #5AD65F
Complementary color
Monochromatic Colors of #5AD65F
Black with #5AD65F
Text Example
Text Example
White with #5AD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD65F; }
p { color: rgb(90,214,95); }
H1.HeaderClassName
{
color: #5AD65F;
}
.AnyTagClassName
{
color: #5AD65F;
}
</style>
background-color css
<style>
a { background-color: #5AD65F; }
a { background-color: rgb(90,214,95); }
div.DivClassName
{
background-color: #5AD65F;
}
.BgClassName
{
background-color: #5AD65F;
}
</style>
border-color css
<style>
span { border-color: #5AD65F; }
span { border-color: rgb(90,214,95); }
td.TdClassName
{
border-color: #5AD65F;
}
.TagClassName
{
border-color: #5AD65F;
}
</style>