Shades of Kelly Green #52CA22
Tints of Kelly Green #52CA22
RGB
CMYK
RGB Variations
Color information
#52CA22 (or 0x52CA22) is known color: Kelly Green. HEX triplet: 52, CA and 22. RGB value is (82,202,34). Sum of RGB (Red+Green+Blue) = 82+202+34=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA22 is #AD35DD. Grayscale: #939393. Windows color (decimal): -11351518 or 2280018. OLE color: 2280018.
HSL color Cylindrical-coordinate representation of color #52CA22: hue angle of 102.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52CA22 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 34 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.21 |
| HSL | 102.86º | 0.71% | 0.46% | - |
| HSV(B) | 102.86º | 0.83% | 0.79% | - |
| XYZ | 24.89 | 44.15 | 8.72 | - |
| YUV | 146.97 | 64.24 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 34 | 0.59 | 0 | 0.83 | 0.21 | 102.86 | 0.71 | 0.46 |
| Hex | 52 | CA | 22 | 3B | 0 | 53 | 15 | 67 | 47 | 2E |
| Octal | 122 | 312 | 42 | 73 | 0 | 123 | 25 | 147 | 107 | 56 |
| Binary | 1010010 | 11001010 | 100010 | 111011 | 0 | 1010011 | 10101 | 1100111 | 1000111 | 101110 |
Color Harmonies of #52CA22
Complementary color
Monochromatic Colors of #52CA22
Black with #52CA22
Text Example
Text Example
White with #52CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA22; }
p { color: rgb(82,202,34); }
H1.HeaderClassName
{
color: #52CA22;
}
.AnyTagClassName
{
color: #52CA22;
}
</style>
background-color css
<style>
a { background-color: #52CA22; }
a { background-color: rgb(82,202,34); }
div.DivClassName
{
background-color: #52CA22;
}
.BgClassName
{
background-color: #52CA22;
}
</style>
border-color css
<style>
span { border-color: #52CA22; }
span { border-color: rgb(82,202,34); }
td.TdClassName
{
border-color: #52CA22;
}
.TagClassName
{
border-color: #52CA22;
}
</style>