Shades of Kelly Green #4CB300
Tints of Kelly Green #4CB300
RGB
CMYK
RGB Variations
Color information
#4CB300 (or 0x4CB300) is known color: Kelly Green. HEX triplet: 4C, B3 and 00. RGB value is (76,179,0). Sum of RGB (Red+Green+Blue) = 76+179+0=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB300 is #B34CFF. Grayscale: #808080. Windows color (decimal): -11750656 or 45900. OLE color: 45900.
HSL color Cylindrical-coordinate representation of color #4CB300: hue angle of 94.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CB300 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.30 |
| HSL | 94.53º | 1% | 0.35% | - |
| HSV(B) | 94.53º | 1% | 0.7% | - |
| XYZ | 19.1 | 33.78 | 5.51 | - |
| YUV | 127.8 | 55.88 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 0 | 0.58 | 0 | 1 | 0.30 | 94.53 | 1 | 0.35 |
| Hex | 4C | B3 | 0 | 3A | 0 | 64 | 1E | 5F | 64 | 23 |
| Octal | 114 | 263 | 0 | 72 | 0 | 144 | 36 | 137 | 144 | 43 |
| Binary | 1001100 | 10110011 | 0 | 111010 | 0 | 1100100 | 11110 | 1011111 | 1100100 | 100011 |
Color Harmonies of #4CB300
Complementary color
Monochromatic Colors of #4CB300
Black with #4CB300
Text Example
Text Example
White with #4CB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB300; }
p { color: rgb(76,179,0); }
H1.HeaderClassName
{
color: #4CB300;
}
.AnyTagClassName
{
color: #4CB300;
}
</style>
background-color css
<style>
a { background-color: #4CB300; }
a { background-color: rgb(76,179,0); }
div.DivClassName
{
background-color: #4CB300;
}
.BgClassName
{
background-color: #4CB300;
}
</style>
border-color css
<style>
span { border-color: #4CB300; }
span { border-color: rgb(76,179,0); }
td.TdClassName
{
border-color: #4CB300;
}
.TagClassName
{
border-color: #4CB300;
}
</style>