Shades of Kelly Green #52D523
Tints of Kelly Green #52D523
RGB
CMYK
RGB Variations
Color information
#52D523 (or 0x52D523) is known color: Kelly Green. HEX triplet: 52, D5 and 23. RGB value is (82,213,35). Sum of RGB (Red+Green+Blue) = 82+213+35=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #52D523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D523 is #AD2ADC. Grayscale: #9A9A9A. Windows color (decimal): -11348701 or 2348370. OLE color: 2348370.
HSL color Cylindrical-coordinate representation of color #52D523: hue angle of 104.16º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52D523 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 35 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.16 |
| HSL | 104.16º | 0.72% | 0.49% | - |
| HSV(B) | 104.16º | 0.84% | 0.84% | - |
| XYZ | 27.58 | 49.5 | 9.69 | - |
| YUV | 153.54 | 61.1 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 35 | 0.62 | 0 | 0.84 | 0.16 | 104.16 | 0.72 | 0.49 |
| Hex | 52 | D5 | 23 | 3E | 0 | 54 | 10 | 68 | 48 | 31 |
| Octal | 122 | 325 | 43 | 76 | 0 | 124 | 20 | 150 | 110 | 61 |
| Binary | 1010010 | 11010101 | 100011 | 111110 | 0 | 1010100 | 10000 | 1101000 | 1001000 | 110001 |
Color Harmonies of #52D523
Complementary color
Monochromatic Colors of #52D523
Black with #52D523
Text Example
Text Example
White with #52D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D523; }
p { color: rgb(82,213,35); }
H1.HeaderClassName
{
color: #52D523;
}
.AnyTagClassName
{
color: #52D523;
}
</style>
background-color css
<style>
a { background-color: #52D523; }
a { background-color: rgb(82,213,35); }
div.DivClassName
{
background-color: #52D523;
}
.BgClassName
{
background-color: #52D523;
}
</style>
border-color css
<style>
span { border-color: #52D523; }
span { border-color: rgb(82,213,35); }
td.TdClassName
{
border-color: #52D523;
}
.TagClassName
{
border-color: #52D523;
}
</style>