Shades of Fern #5ABB63
Tints of Fern #5ABB63
RGB
CMYK
RGB Variations
Color information
#5ABB63 (or 0x5ABB63) is known color: Fern. HEX triplet: 5A, BB and 63. RGB value is (90,187,99). Sum of RGB (Red+Green+Blue) = 90+187+99=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB63 is #A5449C. Grayscale: #949494. Windows color (decimal): -10831005 or 6536026. OLE color: 6536026.
HSL color Cylindrical-coordinate representation of color #5ABB63: hue angle of 125.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB63 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 99 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.27 |
| HSL | 125.57º | 0.42% | 0.54% | - |
| HSV(B) | 125.57º | 0.52% | 0.73% | - |
| XYZ | 24.24 | 38.62 | 17.98 | - |
| YUV | 147.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 99 | 0.52 | 0 | 0.47 | 0.27 | 125.57 | 0.42 | 0.54 |
| Hex | 5A | BB | 63 | 34 | 0 | 2F | 1B | 7E | 2A | 36 |
| Octal | 132 | 273 | 143 | 64 | 0 | 57 | 33 | 176 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1100011 | 110100 | 0 | 101111 | 11011 | 1111110 | 101010 | 110110 |
Color Harmonies of #5ABB63
Complementary color
Monochromatic Colors of #5ABB63
Black with #5ABB63
Text Example
Text Example
White with #5ABB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB63; }
p { color: rgb(90,187,99); }
H1.HeaderClassName
{
color: #5ABB63;
}
.AnyTagClassName
{
color: #5ABB63;
}
</style>
background-color css
<style>
a { background-color: #5ABB63; }
a { background-color: rgb(90,187,99); }
div.DivClassName
{
background-color: #5ABB63;
}
.BgClassName
{
background-color: #5ABB63;
}
</style>
border-color css
<style>
span { border-color: #5ABB63; }
span { border-color: rgb(90,187,99); }
td.TdClassName
{
border-color: #5ABB63;
}
.TagClassName
{
border-color: #5ABB63;
}
</style>