Shades of Kelly Green #4CB000
Tints of Kelly Green #4CB000
RGB
CMYK
RGB Variations
Color information
#4CB000 (or 0x4CB000) is known color: Kelly Green. HEX triplet: 4C, B0 and 00. RGB value is (76,176,0). Sum of RGB (Red+Green+Blue) = 76+176+0=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CB000 is #B34FFF. Grayscale: #7E7E7E. Windows color (decimal): -11751424 or 45132. OLE color: 45132.
HSL color Cylindrical-coordinate representation of color #4CB000: hue angle of 94.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CB000 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.31 |
| HSL | 94.09º | 1% | 0.35% | - |
| HSV(B) | 94.09º | 1% | 0.69% | - |
| XYZ | 18.51 | 32.59 | 5.31 | - |
| YUV | 126.04 | 56.87 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 0 | 0.57 | 0 | 1 | 0.31 | 94.09 | 1 | 0.35 |
| Hex | 4C | B0 | 0 | 39 | 0 | 64 | 1F | 5E | 64 | 23 |
| Octal | 114 | 260 | 0 | 71 | 0 | 144 | 37 | 136 | 144 | 43 |
| Binary | 1001100 | 10110000 | 0 | 111001 | 0 | 1100100 | 11111 | 1011110 | 1100100 | 100011 |
Color Harmonies of #4CB000
Complementary color
Monochromatic Colors of #4CB000
Black with #4CB000
Text Example
Text Example
White with #4CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB000; }
p { color: rgb(76,176,0); }
H1.HeaderClassName
{
color: #4CB000;
}
.AnyTagClassName
{
color: #4CB000;
}
</style>
background-color css
<style>
a { background-color: #4CB000; }
a { background-color: rgb(76,176,0); }
div.DivClassName
{
background-color: #4CB000;
}
.BgClassName
{
background-color: #4CB000;
}
</style>
border-color css
<style>
span { border-color: #4CB000; }
span { border-color: rgb(76,176,0); }
td.TdClassName
{
border-color: #4CB000;
}
.TagClassName
{
border-color: #4CB000;
}
</style>