Shades of Kelly Green #4ABA00
Tints of Kelly Green #4ABA00
RGB
CMYK
RGB Variations
Color information
#4ABA00 (or 0x4ABA00) is known color: Kelly Green. HEX triplet: 4A, BA and 00. RGB value is (74,186,0). Sum of RGB (Red+Green+Blue) = 74+186+0=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABA00 is #B545FF. Grayscale: #838383. Windows color (decimal): -11879936 or 47690. OLE color: 47690.
HSL color Cylindrical-coordinate representation of color #4ABA00: hue angle of 96.13º 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 #4ABA00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.27 |
| HSL | 96.13º | 1% | 0.36% | - |
| HSV(B) | 96.13º | 1% | 0.73% | - |
| XYZ | 20.38 | 36.57 | 5.99 | - |
| YUV | 131.31 | 53.89 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 0 | 0.60 | 0 | 1 | 0.27 | 96.13 | 1 | 0.36 |
| Hex | 4A | BA | 0 | 3C | 0 | 64 | 1B | 60 | 64 | 24 |
| Octal | 112 | 272 | 0 | 74 | 0 | 144 | 33 | 140 | 144 | 44 |
| Binary | 1001010 | 10111010 | 0 | 111100 | 0 | 1100100 | 11011 | 1100000 | 1100100 | 100100 |
Color Harmonies of #4ABA00
Complementary color
Monochromatic Colors of #4ABA00
Black with #4ABA00
Text Example
Text Example
White with #4ABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA00; }
p { color: rgb(74,186,0); }
H1.HeaderClassName
{
color: #4ABA00;
}
.AnyTagClassName
{
color: #4ABA00;
}
</style>
background-color css
<style>
a { background-color: #4ABA00; }
a { background-color: rgb(74,186,0); }
div.DivClassName
{
background-color: #4ABA00;
}
.BgClassName
{
background-color: #4ABA00;
}
</style>
border-color css
<style>
span { border-color: #4ABA00; }
span { border-color: rgb(74,186,0); }
td.TdClassName
{
border-color: #4ABA00;
}
.TagClassName
{
border-color: #4ABA00;
}
</style>