Shades of Kelly Green #4ABA01
Tints of Kelly Green #4ABA01
RGB
CMYK
RGB Variations
Color information
#4ABA01 (or 0x4ABA01) is known color: Kelly Green. HEX triplet: 4A, BA and 01. RGB value is (74,186,1). Sum of RGB (Red+Green+Blue) = 74+186+1=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABA01 is #B545FE. Grayscale: #848484. Windows color (decimal): -11879935 or 113226. OLE color: 113226.
HSL color Cylindrical-coordinate representation of color #4ABA01: hue angle of 96.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4ABA01 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.27 |
| HSL | 96.32º | 0.99% | 0.37% | - |
| HSV(B) | 96.32º | 0.99% | 0.73% | - |
| XYZ | 20.39 | 36.58 | 6.01 | - |
| YUV | 131.42 | 54.39 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 1 | 0.60 | 0 | 0.99 | 0.27 | 96.32 | 0.99 | 0.37 |
| Hex | 4A | BA | 1 | 3C | 0 | 63 | 1B | 60 | 63 | 25 |
| Octal | 112 | 272 | 1 | 74 | 0 | 143 | 33 | 140 | 143 | 45 |
| Binary | 1001010 | 10111010 | 1 | 111100 | 0 | 1100011 | 11011 | 1100000 | 1100011 | 100101 |
Color Harmonies of #4ABA01
Complementary color
Monochromatic Colors of #4ABA01
Black with #4ABA01
Text Example
Text Example
White with #4ABA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA01; }
p { color: rgb(74,186,1); }
H1.HeaderClassName
{
color: #4ABA01;
}
.AnyTagClassName
{
color: #4ABA01;
}
</style>
background-color css
<style>
a { background-color: #4ABA01; }
a { background-color: rgb(74,186,1); }
div.DivClassName
{
background-color: #4ABA01;
}
.BgClassName
{
background-color: #4ABA01;
}
</style>
border-color css
<style>
span { border-color: #4ABA01; }
span { border-color: rgb(74,186,1); }
td.TdClassName
{
border-color: #4ABA01;
}
.TagClassName
{
border-color: #4ABA01;
}
</style>