Shades of Fern #5ABC64
Tints of Fern #5ABC64
RGB
CMYK
RGB Variations
Color information
#5ABC64 (or 0x5ABC64) is known color: Fern. HEX triplet: 5A, BC and 64. RGB value is (90,188,100). Sum of RGB (Red+Green+Blue) = 90+188+100=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC64 is #A5439B. Grayscale: #949494. Windows color (decimal): -10830748 or 6601818. OLE color: 6601818.
HSL color Cylindrical-coordinate representation of color #5ABC64: hue angle of 126.12º 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 #5ABC64 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 100 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.26 |
| HSL | 126.12º | 0.42% | 0.55% | - |
| HSV(B) | 126.12º | 0.52% | 0.74% | - |
| XYZ | 24.5 | 39.06 | 18.3 | - |
| YUV | 148.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 100 | 0.52 | 0 | 0.47 | 0.26 | 126.12 | 0.42 | 0.55 |
| Hex | 5A | BC | 64 | 34 | 0 | 2F | 1A | 7E | 2A | 37 |
| Octal | 132 | 274 | 144 | 64 | 0 | 57 | 32 | 176 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1100100 | 110100 | 0 | 101111 | 11010 | 1111110 | 101010 | 110111 |
Color Harmonies of #5ABC64
Complementary color
Monochromatic Colors of #5ABC64
Black with #5ABC64
Text Example
Text Example
White with #5ABC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC64; }
p { color: rgb(90,188,100); }
H1.HeaderClassName
{
color: #5ABC64;
}
.AnyTagClassName
{
color: #5ABC64;
}
</style>
background-color css
<style>
a { background-color: #5ABC64; }
a { background-color: rgb(90,188,100); }
div.DivClassName
{
background-color: #5ABC64;
}
.BgClassName
{
background-color: #5ABC64;
}
</style>
border-color css
<style>
span { border-color: #5ABC64; }
span { border-color: rgb(90,188,100); }
td.TdClassName
{
border-color: #5ABC64;
}
.TagClassName
{
border-color: #5ABC64;
}
</style>