Shades of Fern #5ABC63
Tints of Fern #5ABC63
RGB
CMYK
RGB Variations
Color information
#5ABC63 (or 0x5ABC63) is known color: Fern. HEX triplet: 5A, BC and 63. RGB value is (90,188,99). Sum of RGB (Red+Green+Blue) = 90+188+99=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC63 is #A5439C. Grayscale: #949494. Windows color (decimal): -10830749 or 6536282. OLE color: 6536282.
HSL color Cylindrical-coordinate representation of color #5ABC63: hue angle of 125.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC63 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 99 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.26 |
| HSL | 125.51º | 0.42% | 0.55% | - |
| HSV(B) | 125.51º | 0.52% | 0.74% | - |
| XYZ | 24.45 | 39.04 | 18.05 | - |
| YUV | 148.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 99 | 0.52 | 0 | 0.47 | 0.26 | 125.51 | 0.42 | 0.55 |
| Hex | 5A | BC | 63 | 34 | 0 | 2F | 1A | 7E | 2A | 37 |
| Octal | 132 | 274 | 143 | 64 | 0 | 57 | 32 | 176 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1100011 | 110100 | 0 | 101111 | 11010 | 1111110 | 101010 | 110111 |
Color Harmonies of #5ABC63
Complementary color
Monochromatic Colors of #5ABC63
Black with #5ABC63
Text Example
Text Example
White with #5ABC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC63; }
p { color: rgb(90,188,99); }
H1.HeaderClassName
{
color: #5ABC63;
}
.AnyTagClassName
{
color: #5ABC63;
}
</style>
background-color css
<style>
a { background-color: #5ABC63; }
a { background-color: rgb(90,188,99); }
div.DivClassName
{
background-color: #5ABC63;
}
.BgClassName
{
background-color: #5ABC63;
}
</style>
border-color css
<style>
span { border-color: #5ABC63; }
span { border-color: rgb(90,188,99); }
td.TdClassName
{
border-color: #5ABC63;
}
.TagClassName
{
border-color: #5ABC63;
}
</style>