Shades of Kelly Green #52C22C
Tints of Kelly Green #52C22C
RGB
CMYK
RGB Variations
Color information
#52C22C (or 0x52C22C) is known color: Kelly Green. HEX triplet: 52, C2 and 2C. RGB value is (82,194,44). Sum of RGB (Red+Green+Blue) = 82+194+44=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #52C22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C22C is #AD3DD3. Grayscale: #8F8F8F. Windows color (decimal): -11353556 or 2933330. OLE color: 2933330.
HSL color Cylindrical-coordinate representation of color #52C22C: hue angle of 104.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52C22C is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 44 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.24 |
| HSL | 104.8º | 0.63% | 0.47% | - |
| HSV(B) | 104.8º | 0.77% | 0.76% | - |
| XYZ | 23.23 | 40.56 | 8.99 | - |
| YUV | 143.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 44 | 0.58 | 0 | 0.77 | 0.24 | 104.8 | 0.63 | 0.47 |
| Hex | 52 | C2 | 2C | 3A | 0 | 4D | 18 | 69 | 3F | 2F |
| Octal | 122 | 302 | 54 | 72 | 0 | 115 | 30 | 151 | 77 | 57 |
| Binary | 1010010 | 11000010 | 101100 | 111010 | 0 | 1001101 | 11000 | 1101001 | 111111 | 101111 |
Color Harmonies of #52C22C
Complementary color
Monochromatic Colors of #52C22C
Black with #52C22C
Text Example
Text Example
White with #52C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C22C; }
p { color: rgb(82,194,44); }
H1.HeaderClassName
{
color: #52C22C;
}
.AnyTagClassName
{
color: #52C22C;
}
</style>
background-color css
<style>
a { background-color: #52C22C; }
a { background-color: rgb(82,194,44); }
div.DivClassName
{
background-color: #52C22C;
}
.BgClassName
{
background-color: #52C22C;
}
</style>
border-color css
<style>
span { border-color: #52C22C; }
span { border-color: rgb(82,194,44); }
td.TdClassName
{
border-color: #52C22C;
}
.TagClassName
{
border-color: #52C22C;
}
</style>