Shades of Kelly Green #4CB50A
Tints of Kelly Green #4CB50A
RGB
CMYK
RGB Variations
Color information
#4CB50A (or 0x4CB50A) is known color: Kelly Green. HEX triplet: 4C, B5 and 0A. RGB value is (76,181,10). Sum of RGB (Red+Green+Blue) = 76+181+10=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB50A is #B34AF5. Grayscale: #828282. Windows color (decimal): -11750134 or 701772. OLE color: 701772.
HSL color Cylindrical-coordinate representation of color #4CB50A: hue angle of 96.84º degrees, saturation: 0.9, 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 #4CB50A is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 10 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.29 |
| HSL | 96.84º | 0.9% | 0.37% | - |
| HSV(B) | 96.84º | 0.94% | 0.71% | - |
| XYZ | 19.56 | 34.61 | 5.94 | - |
| YUV | 130.11 | 60.21 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 10 | 0.58 | 0 | 0.94 | 0.29 | 96.84 | 0.9 | 0.37 |
| Hex | 4C | B5 | A | 3A | 0 | 5E | 1D | 61 | 5A | 25 |
| Octal | 114 | 265 | 12 | 72 | 0 | 136 | 35 | 141 | 132 | 45 |
| Binary | 1001100 | 10110101 | 1010 | 111010 | 0 | 1011110 | 11101 | 1100001 | 1011010 | 100101 |
Color Harmonies of #4CB50A
Complementary color
Monochromatic Colors of #4CB50A
Black with #4CB50A
Text Example
Text Example
White with #4CB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB50A; }
p { color: rgb(76,181,10); }
H1.HeaderClassName
{
color: #4CB50A;
}
.AnyTagClassName
{
color: #4CB50A;
}
</style>
background-color css
<style>
a { background-color: #4CB50A; }
a { background-color: rgb(76,181,10); }
div.DivClassName
{
background-color: #4CB50A;
}
.BgClassName
{
background-color: #4CB50A;
}
</style>
border-color css
<style>
span { border-color: #4CB50A; }
span { border-color: rgb(76,181,10); }
td.TdClassName
{
border-color: #4CB50A;
}
.TagClassName
{
border-color: #4CB50A;
}
</style>