Shades of Kelly Green #4CBA12
Tints of Kelly Green #4CBA12
RGB
CMYK
RGB Variations
Color information
#4CBA12 (or 0x4CBA12) is known color: Kelly Green. HEX triplet: 4C, BA and 12. RGB value is (76,186,18). Sum of RGB (Red+Green+Blue) = 76+186+18=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBA12 is #B345ED. Grayscale: #868686. Windows color (decimal): -11748846 or 1227340. OLE color: 1227340.
HSL color Cylindrical-coordinate representation of color #4CBA12: hue angle of 99.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CBA12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 18 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.27 |
| HSL | 99.29º | 0.82% | 0.4% | - |
| HSV(B) | 99.29º | 0.9% | 0.73% | - |
| XYZ | 20.65 | 36.7 | 6.57 | - |
| YUV | 133.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 18 | 0.59 | 0 | 0.90 | 0.27 | 99.29 | 0.82 | 0.4 |
| Hex | 4C | BA | 12 | 3B | 0 | 5A | 1B | 63 | 52 | 28 |
| Octal | 114 | 272 | 22 | 73 | 0 | 132 | 33 | 143 | 122 | 50 |
| Binary | 1001100 | 10111010 | 10010 | 111011 | 0 | 1011010 | 11011 | 1100011 | 1010010 | 101000 |
Color Harmonies of #4CBA12
Complementary color
Monochromatic Colors of #4CBA12
Black with #4CBA12
Text Example
Text Example
White with #4CBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA12; }
p { color: rgb(76,186,18); }
H1.HeaderClassName
{
color: #4CBA12;
}
.AnyTagClassName
{
color: #4CBA12;
}
</style>
background-color css
<style>
a { background-color: #4CBA12; }
a { background-color: rgb(76,186,18); }
div.DivClassName
{
background-color: #4CBA12;
}
.BgClassName
{
background-color: #4CBA12;
}
</style>
border-color css
<style>
span { border-color: #4CBA12; }
span { border-color: rgb(76,186,18); }
td.TdClassName
{
border-color: #4CBA12;
}
.TagClassName
{
border-color: #4CBA12;
}
</style>