Shades of Kelly Green #4BA00C
Tints of Kelly Green #4BA00C
RGB
CMYK
RGB Variations
Color information
#4BA00C (or 0x4BA00C) is known color: Kelly Green. HEX triplet: 4B, A0 and 0C. RGB value is (75,160,12). Sum of RGB (Red+Green+Blue) = 75+160+12=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA00C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA00C is #B45FF3. Grayscale: #767676. Windows color (decimal): -11821044 or 827467. OLE color: 827467.
HSL color Cylindrical-coordinate representation of color #4BA00C: hue angle of 94.46º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4BA00C is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 12 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.37 |
| HSL | 94.46º | 0.86% | 0.34% | - |
| HSV(B) | 94.46º | 0.93% | 0.63% | - |
| XYZ | 15.54 | 26.66 | 4.68 | - |
| YUV | 117.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 12 | 0.53 | 0 | 0.93 | 0.37 | 94.46 | 0.86 | 0.34 |
| Hex | 4B | A0 | C | 35 | 0 | 5D | 25 | 5E | 56 | 22 |
| Octal | 113 | 240 | 14 | 65 | 0 | 135 | 45 | 136 | 126 | 42 |
| Binary | 1001011 | 10100000 | 1100 | 110101 | 0 | 1011101 | 100101 | 1011110 | 1010110 | 100010 |
Color Harmonies of #4BA00C
Complementary color
Monochromatic Colors of #4BA00C
Black with #4BA00C
Text Example
Text Example
White with #4BA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA00C; }
p { color: rgb(75,160,12); }
H1.HeaderClassName
{
color: #4BA00C;
}
.AnyTagClassName
{
color: #4BA00C;
}
</style>
background-color css
<style>
a { background-color: #4BA00C; }
a { background-color: rgb(75,160,12); }
div.DivClassName
{
background-color: #4BA00C;
}
.BgClassName
{
background-color: #4BA00C;
}
</style>
border-color css
<style>
span { border-color: #4BA00C; }
span { border-color: rgb(75,160,12); }
td.TdClassName
{
border-color: #4BA00C;
}
.TagClassName
{
border-color: #4BA00C;
}
</style>