Shades of Kelly Green #52C819
Tints of Kelly Green #52C819
RGB
CMYK
RGB Variations
Color information
#52C819 (or 0x52C819) is known color: Kelly Green. HEX triplet: 52, C8 and 19. RGB value is (82,200,25). Sum of RGB (Red+Green+Blue) = 82+200+25=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #52C819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C819 is #AD37E6. Grayscale: #919191. Windows color (decimal): -11352039 or 1689682. OLE color: 1689682.
HSL color Cylindrical-coordinate representation of color #52C819: hue angle of 100.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52C819 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 25 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.22 |
| HSL | 100.46º | 0.78% | 0.44% | - |
| HSV(B) | 100.46º | 0.88% | 0.78% | - |
| XYZ | 24.31 | 43.17 | 7.97 | - |
| YUV | 144.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 25 | 0.59 | 0 | 0.88 | 0.22 | 100.46 | 0.78 | 0.44 |
| Hex | 52 | C8 | 19 | 3B | 0 | 58 | 16 | 64 | 4E | 2C |
| Octal | 122 | 310 | 31 | 73 | 0 | 130 | 26 | 144 | 116 | 54 |
| Binary | 1010010 | 11001000 | 11001 | 111011 | 0 | 1011000 | 10110 | 1100100 | 1001110 | 101100 |
Color Harmonies of #52C819
Complementary color
Monochromatic Colors of #52C819
Black with #52C819
Text Example
Text Example
White with #52C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C819; }
p { color: rgb(82,200,25); }
H1.HeaderClassName
{
color: #52C819;
}
.AnyTagClassName
{
color: #52C819;
}
</style>
background-color css
<style>
a { background-color: #52C819; }
a { background-color: rgb(82,200,25); }
div.DivClassName
{
background-color: #52C819;
}
.BgClassName
{
background-color: #52C819;
}
</style>
border-color css
<style>
span { border-color: #52C819; }
span { border-color: rgb(82,200,25); }
td.TdClassName
{
border-color: #52C819;
}
.TagClassName
{
border-color: #52C819;
}
</style>