Shades of Kelly Green #4CAF16
Tints of Kelly Green #4CAF16
RGB
CMYK
RGB Variations
Color information
#4CAF16 (or 0x4CAF16) is known color: Kelly Green. HEX triplet: 4C, AF and 16. RGB value is (76,175,22). Sum of RGB (Red+Green+Blue) = 76+175+22=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAF16 is #B350E9. Grayscale: #808080. Windows color (decimal): -11751658 or 1486668. OLE color: 1486668.
HSL color Cylindrical-coordinate representation of color #4CAF16: hue angle of 98.82º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CAF16 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 22 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.31 |
| HSL | 98.82º | 0.78% | 0.39% | - |
| HSV(B) | 98.82º | 0.87% | 0.69% | - |
| XYZ | 18.46 | 32.25 | 6.01 | - |
| YUV | 127.96 | 68.2 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 22 | 0.57 | 0 | 0.87 | 0.31 | 98.82 | 0.78 | 0.39 |
| Hex | 4C | AF | 16 | 39 | 0 | 57 | 1F | 63 | 4E | 27 |
| Octal | 114 | 257 | 26 | 71 | 0 | 127 | 37 | 143 | 116 | 47 |
| Binary | 1001100 | 10101111 | 10110 | 111001 | 0 | 1010111 | 11111 | 1100011 | 1001110 | 100111 |
Color Harmonies of #4CAF16
Complementary color
Monochromatic Colors of #4CAF16
Black with #4CAF16
Text Example
Text Example
White with #4CAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF16; }
p { color: rgb(76,175,22); }
H1.HeaderClassName
{
color: #4CAF16;
}
.AnyTagClassName
{
color: #4CAF16;
}
</style>
background-color css
<style>
a { background-color: #4CAF16; }
a { background-color: rgb(76,175,22); }
div.DivClassName
{
background-color: #4CAF16;
}
.BgClassName
{
background-color: #4CAF16;
}
</style>
border-color css
<style>
span { border-color: #4CAF16; }
span { border-color: rgb(76,175,22); }
td.TdClassName
{
border-color: #4CAF16;
}
.TagClassName
{
border-color: #4CAF16;
}
</style>