Shades of Kelly Green #52C322
Tints of Kelly Green #52C322
RGB
CMYK
RGB Variations
Color information
#52C322 (or 0x52C322) is known color: Kelly Green. HEX triplet: 52, C3 and 22. RGB value is (82,195,34). Sum of RGB (Red+Green+Blue) = 82+195+34=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #52C322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C322 is #AD3CDD. Grayscale: #8F8F8F. Windows color (decimal): -11353310 or 2278226. OLE color: 2278226.
HSL color Cylindrical-coordinate representation of color #52C322: hue angle of 102.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52C322 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 34 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.24 |
| HSL | 102.11º | 0.7% | 0.45% | - |
| HSV(B) | 102.11º | 0.83% | 0.76% | - |
| XYZ | 23.28 | 40.94 | 8.19 | - |
| YUV | 142.86 | 66.56 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 34 | 0.58 | 0 | 0.83 | 0.24 | 102.11 | 0.7 | 0.45 |
| Hex | 52 | C3 | 22 | 3A | 0 | 53 | 18 | 66 | 46 | 2D |
| Octal | 122 | 303 | 42 | 72 | 0 | 123 | 30 | 146 | 106 | 55 |
| Binary | 1010010 | 11000011 | 100010 | 111010 | 0 | 1010011 | 11000 | 1100110 | 1000110 | 101101 |
Color Harmonies of #52C322
Complementary color
Monochromatic Colors of #52C322
Black with #52C322
Text Example
Text Example
White with #52C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C322; }
p { color: rgb(82,195,34); }
H1.HeaderClassName
{
color: #52C322;
}
.AnyTagClassName
{
color: #52C322;
}
</style>
background-color css
<style>
a { background-color: #52C322; }
a { background-color: rgb(82,195,34); }
div.DivClassName
{
background-color: #52C322;
}
.BgClassName
{
background-color: #52C322;
}
</style>
border-color css
<style>
span { border-color: #52C322; }
span { border-color: rgb(82,195,34); }
td.TdClassName
{
border-color: #52C322;
}
.TagClassName
{
border-color: #52C322;
}
</style>