Shades of Kelly Green #4CB52D
Tints of Kelly Green #4CB52D
RGB
CMYK
RGB Variations
Color information
#4CB52D (or 0x4CB52D) is known color: Kelly Green. HEX triplet: 4C, B5 and 2D. RGB value is (76,181,45). Sum of RGB (Red+Green+Blue) = 76+181+45=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB52D is #B34AD2. Grayscale: #868686. Windows color (decimal): -11750099 or 2995532. OLE color: 2995532.
HSL color Cylindrical-coordinate representation of color #4CB52D: hue angle of 106.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CB52D is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 45 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.29 |
| HSL | 106.32º | 0.6% | 0.44% | - |
| HSV(B) | 106.32º | 0.75% | 0.71% | - |
| XYZ | 19.98 | 34.77 | 8.14 | - |
| YUV | 134.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 45 | 0.58 | 0 | 0.75 | 0.29 | 106.32 | 0.6 | 0.44 |
| Hex | 4C | B5 | 2D | 3A | 0 | 4B | 1D | 6A | 3C | 2C |
| Octal | 114 | 265 | 55 | 72 | 0 | 113 | 35 | 152 | 74 | 54 |
| Binary | 1001100 | 10110101 | 101101 | 111010 | 0 | 1001011 | 11101 | 1101010 | 111100 | 101100 |
Color Harmonies of #4CB52D
Complementary color
Monochromatic Colors of #4CB52D
Black with #4CB52D
Text Example
Text Example
White with #4CB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB52D; }
p { color: rgb(76,181,45); }
H1.HeaderClassName
{
color: #4CB52D;
}
.AnyTagClassName
{
color: #4CB52D;
}
</style>
background-color css
<style>
a { background-color: #4CB52D; }
a { background-color: rgb(76,181,45); }
div.DivClassName
{
background-color: #4CB52D;
}
.BgClassName
{
background-color: #4CB52D;
}
</style>
border-color css
<style>
span { border-color: #4CB52D; }
span { border-color: rgb(76,181,45); }
td.TdClassName
{
border-color: #4CB52D;
}
.TagClassName
{
border-color: #4CB52D;
}
</style>