Shades of Kelly Green #4CB40B
Tints of Kelly Green #4CB40B
RGB
CMYK
RGB Variations
Color information
#4CB40B (or 0x4CB40B) is known color: Kelly Green. HEX triplet: 4C, B4 and 0B. RGB value is (76,180,11). Sum of RGB (Red+Green+Blue) = 76+180+11=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB40B is #B34BF4. Grayscale: #828282. Windows color (decimal): -11750389 or 767052. OLE color: 767052.
HSL color Cylindrical-coordinate representation of color #4CB40B: hue angle of 96.92º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CB40B is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 11 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.29 |
| HSL | 96.92º | 0.88% | 0.37% | - |
| HSV(B) | 96.92º | 0.94% | 0.71% | - |
| XYZ | 19.36 | 34.2 | 5.9 | - |
| YUV | 129.64 | 61.04 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 11 | 0.58 | 0 | 0.94 | 0.29 | 96.92 | 0.88 | 0.37 |
| Hex | 4C | B4 | B | 3A | 0 | 5E | 1D | 61 | 58 | 25 |
| Octal | 114 | 264 | 13 | 72 | 0 | 136 | 35 | 141 | 130 | 45 |
| Binary | 1001100 | 10110100 | 1011 | 111010 | 0 | 1011110 | 11101 | 1100001 | 1011000 | 100101 |
Color Harmonies of #4CB40B
Complementary color
Monochromatic Colors of #4CB40B
Black with #4CB40B
Text Example
Text Example
White with #4CB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB40B; }
p { color: rgb(76,180,11); }
H1.HeaderClassName
{
color: #4CB40B;
}
.AnyTagClassName
{
color: #4CB40B;
}
</style>
background-color css
<style>
a { background-color: #4CB40B; }
a { background-color: rgb(76,180,11); }
div.DivClassName
{
background-color: #4CB40B;
}
.BgClassName
{
background-color: #4CB40B;
}
</style>
border-color css
<style>
span { border-color: #4CB40B; }
span { border-color: rgb(76,180,11); }
td.TdClassName
{
border-color: #4CB40B;
}
.TagClassName
{
border-color: #4CB40B;
}
</style>