Shades of Kelly Green #52C32C
Tints of Kelly Green #52C32C
RGB
CMYK
RGB Variations
Color information
#52C32C (or 0x52C32C) is known color: Kelly Green. HEX triplet: 52, C3 and 2C. RGB value is (82,195,44). Sum of RGB (Red+Green+Blue) = 82+195+44=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #52C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C32C is #AD3CD3. Grayscale: #909090. Windows color (decimal): -11353300 or 2933586. OLE color: 2933586.
HSL color Cylindrical-coordinate representation of color #52C32C: hue angle of 104.9º 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 #52C32C is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 44 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.24 |
| HSL | 104.9º | 0.63% | 0.47% | - |
| HSV(B) | 104.9º | 0.77% | 0.76% | - |
| XYZ | 23.45 | 41.01 | 9.06 | - |
| YUV | 144 | 71.56 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 44 | 0.58 | 0 | 0.77 | 0.24 | 104.9 | 0.63 | 0.47 |
| Hex | 52 | C3 | 2C | 3A | 0 | 4D | 18 | 69 | 3F | 2F |
| Octal | 122 | 303 | 54 | 72 | 0 | 115 | 30 | 151 | 77 | 57 |
| Binary | 1010010 | 11000011 | 101100 | 111010 | 0 | 1001101 | 11000 | 1101001 | 111111 | 101111 |
Color Harmonies of #52C32C
Complementary color
Monochromatic Colors of #52C32C
Black with #52C32C
Text Example
Text Example
White with #52C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C32C; }
p { color: rgb(82,195,44); }
H1.HeaderClassName
{
color: #52C32C;
}
.AnyTagClassName
{
color: #52C32C;
}
</style>
background-color css
<style>
a { background-color: #52C32C; }
a { background-color: rgb(82,195,44); }
div.DivClassName
{
background-color: #52C32C;
}
.BgClassName
{
background-color: #52C32C;
}
</style>
border-color css
<style>
span { border-color: #52C32C; }
span { border-color: rgb(82,195,44); }
td.TdClassName
{
border-color: #52C32C;
}
.TagClassName
{
border-color: #52C32C;
}
</style>