Shades of Fern #5AB65C
Tints of Fern #5AB65C
RGB
CMYK
RGB Variations
Color information
#5AB65C (or 0x5AB65C) is known color: Fern. HEX triplet: 5A, B6 and 5C. RGB value is (90,182,92). Sum of RGB (Red+Green+Blue) = 90+182+92=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB65C is #A549A3. Grayscale: #909090. Windows color (decimal): -10832292 or 6075994. OLE color: 6075994.
HSL color Cylindrical-coordinate representation of color #5AB65C: hue angle of 121.3º 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 #5AB65C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 92 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.29 |
| HSL | 121.3º | 0.39% | 0.53% | - |
| HSV(B) | 121.3º | 0.51% | 0.71% | - |
| XYZ | 22.88 | 36.4 | 15.95 | - |
| YUV | 144.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 92 | 0.51 | 0 | 0.49 | 0.29 | 121.3 | 0.39 | 0.53 |
| Hex | 5A | B6 | 5C | 33 | 0 | 31 | 1D | 79 | 27 | 35 |
| Octal | 132 | 266 | 134 | 63 | 0 | 61 | 35 | 171 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1011100 | 110011 | 0 | 110001 | 11101 | 1111001 | 100111 | 110101 |
Color Harmonies of #5AB65C
Complementary color
Monochromatic Colors of #5AB65C
Black with #5AB65C
Text Example
Text Example
White with #5AB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB65C; }
p { color: rgb(90,182,92); }
H1.HeaderClassName
{
color: #5AB65C;
}
.AnyTagClassName
{
color: #5AB65C;
}
</style>
background-color css
<style>
a { background-color: #5AB65C; }
a { background-color: rgb(90,182,92); }
div.DivClassName
{
background-color: #5AB65C;
}
.BgClassName
{
background-color: #5AB65C;
}
</style>
border-color css
<style>
span { border-color: #5AB65C; }
span { border-color: rgb(90,182,92); }
td.TdClassName
{
border-color: #5AB65C;
}
.TagClassName
{
border-color: #5AB65C;
}
</style>