Shades of Kelly Green #4CBC00
Tints of Kelly Green #4CBC00
RGB
CMYK
RGB Variations
Color information
#4CBC00 (or 0x4CBC00) is known color: Kelly Green. HEX triplet: 4C, BC and 00. RGB value is (76,188,0). Sum of RGB (Red+Green+Blue) = 76+188+0=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBC00 is #B343FF. Grayscale: #858585. Windows color (decimal): -11748352 or 48204. OLE color: 48204.
HSL color Cylindrical-coordinate representation of color #4CBC00: hue angle of 95.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CBC00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.26 |
| HSL | 95.74º | 1% | 0.37% | - |
| HSV(B) | 95.74º | 1% | 0.74% | - |
| XYZ | 20.96 | 37.5 | 6.13 | - |
| YUV | 133.08 | 52.89 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 0 | 0.60 | 0 | 1 | 0.26 | 95.74 | 1 | 0.37 |
| Hex | 4C | BC | 0 | 3C | 0 | 64 | 1A | 60 | 64 | 25 |
| Octal | 114 | 274 | 0 | 74 | 0 | 144 | 32 | 140 | 144 | 45 |
| Binary | 1001100 | 10111100 | 0 | 111100 | 0 | 1100100 | 11010 | 1100000 | 1100100 | 100101 |
Color Harmonies of #4CBC00
Complementary color
Monochromatic Colors of #4CBC00
Black with #4CBC00
Text Example
Text Example
White with #4CBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC00; }
p { color: rgb(76,188,0); }
H1.HeaderClassName
{
color: #4CBC00;
}
.AnyTagClassName
{
color: #4CBC00;
}
</style>
background-color css
<style>
a { background-color: #4CBC00; }
a { background-color: rgb(76,188,0); }
div.DivClassName
{
background-color: #4CBC00;
}
.BgClassName
{
background-color: #4CBC00;
}
</style>
border-color css
<style>
span { border-color: #4CBC00; }
span { border-color: rgb(76,188,0); }
td.TdClassName
{
border-color: #4CBC00;
}
.TagClassName
{
border-color: #4CBC00;
}
</style>