Shades of Kelly Green #4CBC0D
Tints of Kelly Green #4CBC0D
RGB
CMYK
RGB Variations
Color information
#4CBC0D (or 0x4CBC0D) is known color: Kelly Green. HEX triplet: 4C, BC and 0D. RGB value is (76,188,13). Sum of RGB (Red+Green+Blue) = 76+188+13=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBC0D is #B343F2. Grayscale: #878787. Windows color (decimal): -11748339 or 900172. OLE color: 900172.
HSL color Cylindrical-coordinate representation of color #4CBC0D: hue angle of 98.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CBC0D is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 13 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.26 |
| HSL | 98.4º | 0.87% | 0.39% | - |
| HSV(B) | 98.4º | 0.93% | 0.74% | - |
| XYZ | 21.04 | 37.53 | 6.52 | - |
| YUV | 134.56 | 59.39 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 13 | 0.60 | 0 | 0.93 | 0.26 | 98.4 | 0.87 | 0.39 |
| Hex | 4C | BC | D | 3C | 0 | 5D | 1A | 62 | 57 | 27 |
| Octal | 114 | 274 | 15 | 74 | 0 | 135 | 32 | 142 | 127 | 47 |
| Binary | 1001100 | 10111100 | 1101 | 111100 | 0 | 1011101 | 11010 | 1100010 | 1010111 | 100111 |
Color Harmonies of #4CBC0D
Complementary color
Monochromatic Colors of #4CBC0D
Black with #4CBC0D
Text Example
Text Example
White with #4CBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC0D; }
p { color: rgb(76,188,13); }
H1.HeaderClassName
{
color: #4CBC0D;
}
.AnyTagClassName
{
color: #4CBC0D;
}
</style>
background-color css
<style>
a { background-color: #4CBC0D; }
a { background-color: rgb(76,188,13); }
div.DivClassName
{
background-color: #4CBC0D;
}
.BgClassName
{
background-color: #4CBC0D;
}
</style>
border-color css
<style>
span { border-color: #4CBC0D; }
span { border-color: rgb(76,188,13); }
td.TdClassName
{
border-color: #4CBC0D;
}
.TagClassName
{
border-color: #4CBC0D;
}
</style>