Shades of Kelly Green #5ABA00
Tints of Kelly Green #5ABA00
RGB
CMYK
RGB Variations
Color information
#5ABA00 (or 0x5ABA00) is known color: Kelly Green. HEX triplet: 5A, BA and 00. RGB value is (90,186,0). Sum of RGB (Red+Green+Blue) = 90+186+0=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABA00 is #A545FF. Grayscale: #888888. Windows color (decimal): -10831360 or 47706. OLE color: 47706.
HSL color Cylindrical-coordinate representation of color #5ABA00: hue angle of 90.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ABA00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.27 |
| HSL | 90.97º | 1% | 0.36% | - |
| HSV(B) | 90.97º | 1% | 0.73% | - |
| XYZ | 21.78 | 37.29 | 6.05 | - |
| YUV | 136.09 | 51.2 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 0 | 0.52 | 0 | 1 | 0.27 | 90.97 | 1 | 0.36 |
| Hex | 5A | BA | 0 | 34 | 0 | 64 | 1B | 5B | 64 | 24 |
| Octal | 132 | 272 | 0 | 64 | 0 | 144 | 33 | 133 | 144 | 44 |
| Binary | 1011010 | 10111010 | 0 | 110100 | 0 | 1100100 | 11011 | 1011011 | 1100100 | 100100 |
Color Harmonies of #5ABA00
Complementary color
Monochromatic Colors of #5ABA00
Black with #5ABA00
Text Example
Text Example
White with #5ABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA00; }
p { color: rgb(90,186,0); }
H1.HeaderClassName
{
color: #5ABA00;
}
.AnyTagClassName
{
color: #5ABA00;
}
</style>
background-color css
<style>
a { background-color: #5ABA00; }
a { background-color: rgb(90,186,0); }
div.DivClassName
{
background-color: #5ABA00;
}
.BgClassName
{
background-color: #5ABA00;
}
</style>
border-color css
<style>
span { border-color: #5ABA00; }
span { border-color: rgb(90,186,0); }
td.TdClassName
{
border-color: #5ABA00;
}
.TagClassName
{
border-color: #5ABA00;
}
</style>