Shades of Kelly Green #52C829
Tints of Kelly Green #52C829
RGB
CMYK
RGB Variations
Color information
#52C829 (or 0x52C829) is known color: Kelly Green. HEX triplet: 52, C8 and 29. RGB value is (82,200,41). Sum of RGB (Red+Green+Blue) = 82+200+41=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #52C829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C829 is #AD37D6. Grayscale: #939393. Windows color (decimal): -11352023 or 2738258. OLE color: 2738258.
HSL color Cylindrical-coordinate representation of color #52C829: hue angle of 104.53º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52C829 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 41 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.22 |
| HSL | 104.53º | 0.66% | 0.47% | - |
| HSV(B) | 104.53º | 0.8% | 0.78% | - |
| XYZ | 24.53 | 43.26 | 9.16 | - |
| YUV | 146.59 | 68.41 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 41 | 0.59 | 0 | 0.80 | 0.22 | 104.53 | 0.66 | 0.47 |
| Hex | 52 | C8 | 29 | 3B | 0 | 50 | 16 | 69 | 42 | 2F |
| Octal | 122 | 310 | 51 | 73 | 0 | 120 | 26 | 151 | 102 | 57 |
| Binary | 1010010 | 11001000 | 101001 | 111011 | 0 | 1010000 | 10110 | 1101001 | 1000010 | 101111 |
Color Harmonies of #52C829
Complementary color
Monochromatic Colors of #52C829
Black with #52C829
Text Example
Text Example
White with #52C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C829; }
p { color: rgb(82,200,41); }
H1.HeaderClassName
{
color: #52C829;
}
.AnyTagClassName
{
color: #52C829;
}
</style>
background-color css
<style>
a { background-color: #52C829; }
a { background-color: rgb(82,200,41); }
div.DivClassName
{
background-color: #52C829;
}
.BgClassName
{
background-color: #52C829;
}
</style>
border-color css
<style>
span { border-color: #52C829; }
span { border-color: rgb(82,200,41); }
td.TdClassName
{
border-color: #52C829;
}
.TagClassName
{
border-color: #52C829;
}
</style>