Shades of Kelly Green #4CBC05
Tints of Kelly Green #4CBC05
RGB
CMYK
RGB Variations
Color information
#4CBC05 (or 0x4CBC05) is known color: Kelly Green. HEX triplet: 4C, BC and 05. RGB value is (76,188,5). Sum of RGB (Red+Green+Blue) = 76+188+5=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBC05 is #B343FA. Grayscale: #868686. Windows color (decimal): -11748347 or 375884. OLE color: 375884.
HSL color Cylindrical-coordinate representation of color #4CBC05: hue angle of 96.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CBC05 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.26 |
| HSL | 96.72º | 0.95% | 0.38% | - |
| HSV(B) | 96.72º | 0.97% | 0.74% | - |
| XYZ | 20.99 | 37.51 | 6.28 | - |
| YUV | 133.65 | 55.39 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 5 | 0.60 | 0 | 0.97 | 0.26 | 96.72 | 0.95 | 0.38 |
| Hex | 4C | BC | 5 | 3C | 0 | 61 | 1A | 61 | 5F | 26 |
| Octal | 114 | 274 | 5 | 74 | 0 | 141 | 32 | 141 | 137 | 46 |
| Binary | 1001100 | 10111100 | 101 | 111100 | 0 | 1100001 | 11010 | 1100001 | 1011111 | 100110 |
Color Harmonies of #4CBC05
Complementary color
Monochromatic Colors of #4CBC05
Black with #4CBC05
Text Example
Text Example
White with #4CBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC05; }
p { color: rgb(76,188,5); }
H1.HeaderClassName
{
color: #4CBC05;
}
.AnyTagClassName
{
color: #4CBC05;
}
</style>
background-color css
<style>
a { background-color: #4CBC05; }
a { background-color: rgb(76,188,5); }
div.DivClassName
{
background-color: #4CBC05;
}
.BgClassName
{
background-color: #4CBC05;
}
</style>
border-color css
<style>
span { border-color: #4CBC05; }
span { border-color: rgb(76,188,5); }
td.TdClassName
{
border-color: #4CBC05;
}
.TagClassName
{
border-color: #4CBC05;
}
</style>