Shades of Kelly Green #4AB115
Tints of Kelly Green #4AB115
RGB
CMYK
RGB Variations
Color information
#4AB115 (or 0x4AB115) is known color: Kelly Green. HEX triplet: 4A, B1 and 15. RGB value is (74,177,21). Sum of RGB (Red+Green+Blue) = 74+177+21=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB115 is #B54EEA. Grayscale: #808080. Windows color (decimal): -11882219 or 1421642. OLE color: 1421642.
HSL color Cylindrical-coordinate representation of color #4AB115: hue angle of 99.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AB115 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 21 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.31 |
| HSL | 99.62º | 0.79% | 0.39% | - |
| HSV(B) | 99.62º | 0.88% | 0.69% | - |
| XYZ | 18.68 | 32.95 | 6.09 | - |
| YUV | 128.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 21 | 0.58 | 0 | 0.88 | 0.31 | 99.62 | 0.79 | 0.39 |
| Hex | 4A | B1 | 15 | 3A | 0 | 58 | 1F | 64 | 4F | 27 |
| Octal | 112 | 261 | 25 | 72 | 0 | 130 | 37 | 144 | 117 | 47 |
| Binary | 1001010 | 10110001 | 10101 | 111010 | 0 | 1011000 | 11111 | 1100100 | 1001111 | 100111 |
Color Harmonies of #4AB115
Complementary color
Monochromatic Colors of #4AB115
Black with #4AB115
Text Example
Text Example
White with #4AB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB115; }
p { color: rgb(74,177,21); }
H1.HeaderClassName
{
color: #4AB115;
}
.AnyTagClassName
{
color: #4AB115;
}
</style>
background-color css
<style>
a { background-color: #4AB115; }
a { background-color: rgb(74,177,21); }
div.DivClassName
{
background-color: #4AB115;
}
.BgClassName
{
background-color: #4AB115;
}
</style>
border-color css
<style>
span { border-color: #4AB115; }
span { border-color: rgb(74,177,21); }
td.TdClassName
{
border-color: #4AB115;
}
.TagClassName
{
border-color: #4AB115;
}
</style>