Shades of Kelly Green #4CBC13
Tints of Kelly Green #4CBC13
RGB
CMYK
RGB Variations
Color information
#4CBC13 (or 0x4CBC13) is known color: Kelly Green. HEX triplet: 4C, BC and 13. RGB value is (76,188,19). Sum of RGB (Red+Green+Blue) = 76+188+19=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBC13 is #B343EC. Grayscale: #878787. Windows color (decimal): -11748333 or 1293388. OLE color: 1293388.
HSL color Cylindrical-coordinate representation of color #4CBC13: hue angle of 99.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CBC13 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 19 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.26 |
| HSL | 99.76º | 0.82% | 0.41% | - |
| HSV(B) | 99.76º | 0.9% | 0.74% | - |
| XYZ | 21.08 | 37.55 | 6.75 | - |
| YUV | 135.25 | 62.39 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 19 | 0.60 | 0 | 0.90 | 0.26 | 99.76 | 0.82 | 0.41 |
| Hex | 4C | BC | 13 | 3C | 0 | 5A | 1A | 64 | 52 | 29 |
| Octal | 114 | 274 | 23 | 74 | 0 | 132 | 32 | 144 | 122 | 51 |
| Binary | 1001100 | 10111100 | 10011 | 111100 | 0 | 1011010 | 11010 | 1100100 | 1010010 | 101001 |
Color Harmonies of #4CBC13
Complementary color
Monochromatic Colors of #4CBC13
Black with #4CBC13
Text Example
Text Example
White with #4CBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC13; }
p { color: rgb(76,188,19); }
H1.HeaderClassName
{
color: #4CBC13;
}
.AnyTagClassName
{
color: #4CBC13;
}
</style>
background-color css
<style>
a { background-color: #4CBC13; }
a { background-color: rgb(76,188,19); }
div.DivClassName
{
background-color: #4CBC13;
}
.BgClassName
{
background-color: #4CBC13;
}
</style>
border-color css
<style>
span { border-color: #4CBC13; }
span { border-color: rgb(76,188,19); }
td.TdClassName
{
border-color: #4CBC13;
}
.TagClassName
{
border-color: #4CBC13;
}
</style>