Shades of Kelly Green #4AB415
Tints of Kelly Green #4AB415
RGB
CMYK
RGB Variations
Color information
#4AB415 (or 0x4AB415) is known color: Kelly Green. HEX triplet: 4A, B4 and 15. RGB value is (74,180,21). Sum of RGB (Red+Green+Blue) = 74+180+21=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB415 is #B54BEA. Grayscale: #828282. Windows color (decimal): -11881451 or 1422410. OLE color: 1422410.
HSL color Cylindrical-coordinate representation of color #4AB415: hue angle of 100º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AB415 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 21 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.29 |
| HSL | 100º | 0.79% | 0.39% | - |
| HSV(B) | 100º | 0.88% | 0.71% | - |
| XYZ | 19.28 | 34.15 | 6.29 | - |
| YUV | 130.18 | 66.38 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 21 | 0.59 | 0 | 0.88 | 0.29 | 100 | 0.79 | 0.39 |
| Hex | 4A | B4 | 15 | 3B | 0 | 58 | 1D | 64 | 4F | 27 |
| Octal | 112 | 264 | 25 | 73 | 0 | 130 | 35 | 144 | 117 | 47 |
| Binary | 1001010 | 10110100 | 10101 | 111011 | 0 | 1011000 | 11101 | 1100100 | 1001111 | 100111 |
Color Harmonies of #4AB415
Complementary color
Monochromatic Colors of #4AB415
Black with #4AB415
Text Example
Text Example
White with #4AB415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB415; }
p { color: rgb(74,180,21); }
H1.HeaderClassName
{
color: #4AB415;
}
.AnyTagClassName
{
color: #4AB415;
}
</style>
background-color css
<style>
a { background-color: #4AB415; }
a { background-color: rgb(74,180,21); }
div.DivClassName
{
background-color: #4AB415;
}
.BgClassName
{
background-color: #4AB415;
}
</style>
border-color css
<style>
span { border-color: #4AB415; }
span { border-color: rgb(74,180,21); }
td.TdClassName
{
border-color: #4AB415;
}
.TagClassName
{
border-color: #4AB415;
}
</style>