Shades of Kelly Green #52C825
Tints of Kelly Green #52C825
RGB
CMYK
RGB Variations
Color information
#52C825 (or 0x52C825) is known color: Kelly Green. HEX triplet: 52, C8 and 25. RGB value is (82,200,37). Sum of RGB (Red+Green+Blue) = 82+200+37=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #52C825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C825 is #AD37DA. Grayscale: #929292. Windows color (decimal): -11352027 or 2476114. OLE color: 2476114.
HSL color Cylindrical-coordinate representation of color #52C825: hue angle of 103.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52C825 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 37 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.22 |
| HSL | 103.44º | 0.69% | 0.46% | - |
| HSV(B) | 103.44º | 0.82% | 0.78% | - |
| XYZ | 24.47 | 43.24 | 8.81 | - |
| YUV | 146.14 | 66.41 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 37 | 0.59 | 0 | 0.82 | 0.22 | 103.44 | 0.69 | 0.46 |
| Hex | 52 | C8 | 25 | 3B | 0 | 52 | 16 | 67 | 45 | 2E |
| Octal | 122 | 310 | 45 | 73 | 0 | 122 | 26 | 147 | 105 | 56 |
| Binary | 1010010 | 11001000 | 100101 | 111011 | 0 | 1010010 | 10110 | 1100111 | 1000101 | 101110 |
Color Harmonies of #52C825
Complementary color
Monochromatic Colors of #52C825
Black with #52C825
Text Example
Text Example
White with #52C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C825; }
p { color: rgb(82,200,37); }
H1.HeaderClassName
{
color: #52C825;
}
.AnyTagClassName
{
color: #52C825;
}
</style>
background-color css
<style>
a { background-color: #52C825; }
a { background-color: rgb(82,200,37); }
div.DivClassName
{
background-color: #52C825;
}
.BgClassName
{
background-color: #52C825;
}
</style>
border-color css
<style>
span { border-color: #52C825; }
span { border-color: rgb(82,200,37); }
td.TdClassName
{
border-color: #52C825;
}
.TagClassName
{
border-color: #52C825;
}
</style>