Shades of Kelly Green #52C430
Tints of Kelly Green #52C430
RGB
CMYK
RGB Variations
Color information
#52C430 (or 0x52C430) is known color: Kelly Green. HEX triplet: 52, C4 and 30. RGB value is (82,196,48). Sum of RGB (Red+Green+Blue) = 82+196+48=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #52C430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C430 is #AD3BCF. Grayscale: #919191. Windows color (decimal): -11353040 or 3195986. OLE color: 3195986.
HSL color Cylindrical-coordinate representation of color #52C430: hue angle of 106.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52C430 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 48 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.23 |
| HSL | 106.22º | 0.61% | 0.48% | - |
| HSV(B) | 106.22º | 0.76% | 0.77% | - |
| XYZ | 23.75 | 41.49 | 9.55 | - |
| YUV | 145.04 | 73.23 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 48 | 0.58 | 0 | 0.76 | 0.23 | 106.22 | 0.61 | 0.48 |
| Hex | 52 | C4 | 30 | 3A | 0 | 4C | 17 | 6A | 3D | 30 |
| Octal | 122 | 304 | 60 | 72 | 0 | 114 | 27 | 152 | 75 | 60 |
| Binary | 1010010 | 11000100 | 110000 | 111010 | 0 | 1001100 | 10111 | 1101010 | 111101 | 110000 |
Color Harmonies of #52C430
Complementary color
Monochromatic Colors of #52C430
Black with #52C430
Text Example
Text Example
White with #52C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C430; }
p { color: rgb(82,196,48); }
H1.HeaderClassName
{
color: #52C430;
}
.AnyTagClassName
{
color: #52C430;
}
</style>
background-color css
<style>
a { background-color: #52C430; }
a { background-color: rgb(82,196,48); }
div.DivClassName
{
background-color: #52C430;
}
.BgClassName
{
background-color: #52C430;
}
</style>
border-color css
<style>
span { border-color: #52C430; }
span { border-color: rgb(82,196,48); }
td.TdClassName
{
border-color: #52C430;
}
.TagClassName
{
border-color: #52C430;
}
</style>