Shades of Fern #5AB65F
Tints of Fern #5AB65F
RGB
CMYK
RGB Variations
Color information
#5AB65F (or 0x5AB65F) is known color: Fern. HEX triplet: 5A, B6 and 5F. RGB value is (90,182,95). Sum of RGB (Red+Green+Blue) = 90+182+95=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB65F is #A549A0. Grayscale: #909090. Windows color (decimal): -10832289 or 6272602. OLE color: 6272602.
HSL color Cylindrical-coordinate representation of color #5AB65F: hue angle of 123.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB65F is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 95 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.29 |
| HSL | 123.26º | 0.39% | 0.53% | - |
| HSV(B) | 123.26º | 0.51% | 0.71% | - |
| XYZ | 23.01 | 36.46 | 16.65 | - |
| YUV | 144.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 95 | 0.51 | 0 | 0.48 | 0.29 | 123.26 | 0.39 | 0.53 |
| Hex | 5A | B6 | 5F | 33 | 0 | 30 | 1D | 7B | 27 | 35 |
| Octal | 132 | 266 | 137 | 63 | 0 | 60 | 35 | 173 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1011111 | 110011 | 0 | 110000 | 11101 | 1111011 | 100111 | 110101 |
Color Harmonies of #5AB65F
Complementary color
Monochromatic Colors of #5AB65F
Black with #5AB65F
Text Example
Text Example
White with #5AB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB65F; }
p { color: rgb(90,182,95); }
H1.HeaderClassName
{
color: #5AB65F;
}
.AnyTagClassName
{
color: #5AB65F;
}
</style>
background-color css
<style>
a { background-color: #5AB65F; }
a { background-color: rgb(90,182,95); }
div.DivClassName
{
background-color: #5AB65F;
}
.BgClassName
{
background-color: #5AB65F;
}
</style>
border-color css
<style>
span { border-color: #5AB65F; }
span { border-color: rgb(90,182,95); }
td.TdClassName
{
border-color: #5AB65F;
}
.TagClassName
{
border-color: #5AB65F;
}
</style>