Shades of Kelly Green #52C022
Tints of Kelly Green #52C022
RGB
CMYK
RGB Variations
Color information
#52C022 (or 0x52C022) is known color: Kelly Green. HEX triplet: 52, C0 and 22. RGB value is (82,192,34). Sum of RGB (Red+Green+Blue) = 82+192+34=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #52C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C022 is #AD3FDD. Grayscale: #8D8D8D. Windows color (decimal): -11354078 or 2277458. OLE color: 2277458.
HSL color Cylindrical-coordinate representation of color #52C022: hue angle of 101.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52C022 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 34 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.25 |
| HSL | 101.77º | 0.7% | 0.44% | - |
| HSV(B) | 101.77º | 0.82% | 0.75% | - |
| XYZ | 22.62 | 39.61 | 7.97 | - |
| YUV | 141.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 34 | 0.57 | 0 | 0.82 | 0.25 | 101.77 | 0.7 | 0.44 |
| Hex | 52 | C0 | 22 | 39 | 0 | 52 | 19 | 66 | 46 | 2C |
| Octal | 122 | 300 | 42 | 71 | 0 | 122 | 31 | 146 | 106 | 54 |
| Binary | 1010010 | 11000000 | 100010 | 111001 | 0 | 1010010 | 11001 | 1100110 | 1000110 | 101100 |
Color Harmonies of #52C022
Complementary color
Monochromatic Colors of #52C022
Black with #52C022
Text Example
Text Example
White with #52C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C022; }
p { color: rgb(82,192,34); }
H1.HeaderClassName
{
color: #52C022;
}
.AnyTagClassName
{
color: #52C022;
}
</style>
background-color css
<style>
a { background-color: #52C022; }
a { background-color: rgb(82,192,34); }
div.DivClassName
{
background-color: #52C022;
}
.BgClassName
{
background-color: #52C022;
}
</style>
border-color css
<style>
span { border-color: #52C022; }
span { border-color: rgb(82,192,34); }
td.TdClassName
{
border-color: #52C022;
}
.TagClassName
{
border-color: #52C022;
}
</style>