Shades of Kelly Green #4CBA13
Tints of Kelly Green #4CBA13
RGB
CMYK
RGB Variations
Color information
#4CBA13 (or 0x4CBA13) is known color: Kelly Green. HEX triplet: 4C, BA and 13. RGB value is (76,186,19). Sum of RGB (Red+Green+Blue) = 76+186+19=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBA13 is #B345EC. Grayscale: #868686. Windows color (decimal): -11748845 or 1292876. OLE color: 1292876.
HSL color Cylindrical-coordinate representation of color #4CBA13: hue angle of 99.52º degrees, saturation: 0.81, 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 #4CBA13 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 19 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.27 |
| HSL | 99.52º | 0.81% | 0.4% | - |
| HSV(B) | 99.52º | 0.9% | 0.73% | - |
| XYZ | 20.66 | 36.7 | 6.61 | - |
| YUV | 134.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 19 | 0.59 | 0 | 0.90 | 0.27 | 99.52 | 0.81 | 0.4 |
| Hex | 4C | BA | 13 | 3B | 0 | 5A | 1B | 64 | 51 | 28 |
| Octal | 114 | 272 | 23 | 73 | 0 | 132 | 33 | 144 | 121 | 50 |
| Binary | 1001100 | 10111010 | 10011 | 111011 | 0 | 1011010 | 11011 | 1100100 | 1010001 | 101000 |
Color Harmonies of #4CBA13
Complementary color
Monochromatic Colors of #4CBA13
Black with #4CBA13
Text Example
Text Example
White with #4CBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA13; }
p { color: rgb(76,186,19); }
H1.HeaderClassName
{
color: #4CBA13;
}
.AnyTagClassName
{
color: #4CBA13;
}
</style>
background-color css
<style>
a { background-color: #4CBA13; }
a { background-color: rgb(76,186,19); }
div.DivClassName
{
background-color: #4CBA13;
}
.BgClassName
{
background-color: #4CBA13;
}
</style>
border-color css
<style>
span { border-color: #4CBA13; }
span { border-color: rgb(76,186,19); }
td.TdClassName
{
border-color: #4CBA13;
}
.TagClassName
{
border-color: #4CBA13;
}
</style>