Shades of Kelly Green #4CBC10
Tints of Kelly Green #4CBC10
RGB
CMYK
RGB Variations
Color information
#4CBC10 (or 0x4CBC10) is known color: Kelly Green. HEX triplet: 4C, BC and 10. RGB value is (76,188,16). Sum of RGB (Red+Green+Blue) = 76+188+16=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBC10 is #B343EF. Grayscale: #878787. Windows color (decimal): -11748336 or 1096780. OLE color: 1096780.
HSL color Cylindrical-coordinate representation of color #4CBC10: hue angle of 99.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CBC10 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 16 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.26 |
| HSL | 99.07º | 0.84% | 0.4% | - |
| HSV(B) | 99.07º | 0.91% | 0.74% | - |
| XYZ | 21.06 | 37.54 | 6.63 | - |
| YUV | 134.9 | 60.89 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 16 | 0.60 | 0 | 0.91 | 0.26 | 99.07 | 0.84 | 0.4 |
| Hex | 4C | BC | 10 | 3C | 0 | 5B | 1A | 63 | 54 | 28 |
| Octal | 114 | 274 | 20 | 74 | 0 | 133 | 32 | 143 | 124 | 50 |
| Binary | 1001100 | 10111100 | 10000 | 111100 | 0 | 1011011 | 11010 | 1100011 | 1010100 | 101000 |
Color Harmonies of #4CBC10
Complementary color
Monochromatic Colors of #4CBC10
Black with #4CBC10
Text Example
Text Example
White with #4CBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC10; }
p { color: rgb(76,188,16); }
H1.HeaderClassName
{
color: #4CBC10;
}
.AnyTagClassName
{
color: #4CBC10;
}
</style>
background-color css
<style>
a { background-color: #4CBC10; }
a { background-color: rgb(76,188,16); }
div.DivClassName
{
background-color: #4CBC10;
}
.BgClassName
{
background-color: #4CBC10;
}
</style>
border-color css
<style>
span { border-color: #4CBC10; }
span { border-color: rgb(76,188,16); }
td.TdClassName
{
border-color: #4CBC10;
}
.TagClassName
{
border-color: #4CBC10;
}
</style>