Shades of Kelly Green #4AB402
Tints of Kelly Green #4AB402
RGB
CMYK
RGB Variations
Color information
#4AB402 (or 0x4AB402) is known color: Kelly Green. HEX triplet: 4A, B4 and 02. RGB value is (74,180,2). Sum of RGB (Red+Green+Blue) = 74+180+2=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB402 is #B54BFD. Grayscale: #808080. Windows color (decimal): -11881470 or 177226. OLE color: 177226.
HSL color Cylindrical-coordinate representation of color #4AB402: hue angle of 95.73º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AB402 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.29 |
| HSL | 95.73º | 0.98% | 0.36% | - |
| HSV(B) | 95.73º | 0.99% | 0.71% | - |
| XYZ | 19.16 | 34.1 | 5.63 | - |
| YUV | 128.01 | 56.88 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 2 | 0.59 | 0 | 0.99 | 0.29 | 95.73 | 0.98 | 0.36 |
| Hex | 4A | B4 | 2 | 3B | 0 | 63 | 1D | 60 | 62 | 24 |
| Octal | 112 | 264 | 2 | 73 | 0 | 143 | 35 | 140 | 142 | 44 |
| Binary | 1001010 | 10110100 | 10 | 111011 | 0 | 1100011 | 11101 | 1100000 | 1100010 | 100100 |
Color Harmonies of #4AB402
Complementary color
Monochromatic Colors of #4AB402
Black with #4AB402
Text Example
Text Example
White with #4AB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB402; }
p { color: rgb(74,180,2); }
H1.HeaderClassName
{
color: #4AB402;
}
.AnyTagClassName
{
color: #4AB402;
}
</style>
background-color css
<style>
a { background-color: #4AB402; }
a { background-color: rgb(74,180,2); }
div.DivClassName
{
background-color: #4AB402;
}
.BgClassName
{
background-color: #4AB402;
}
</style>
border-color css
<style>
span { border-color: #4AB402; }
span { border-color: rgb(74,180,2); }
td.TdClassName
{
border-color: #4AB402;
}
.TagClassName
{
border-color: #4AB402;
}
</style>