Shades of Kelly Green #52D517
Tints of Kelly Green #52D517
RGB
CMYK
RGB Variations
Color information
#52D517 (or 0x52D517) is known color: Kelly Green. HEX triplet: 52, D5 and 17. RGB value is (82,213,23). Sum of RGB (Red+Green+Blue) = 82+213+23=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #52D517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D517 is #AD2AE8. Grayscale: #989898. Windows color (decimal): -11348713 or 1561938. OLE color: 1561938.
HSL color Cylindrical-coordinate representation of color #52D517: hue angle of 101.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52D517 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 23 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.16 |
| HSL | 101.37º | 0.81% | 0.46% | - |
| HSV(B) | 101.37º | 0.89% | 0.84% | - |
| XYZ | 27.43 | 49.44 | 8.91 | - |
| YUV | 152.17 | 55.1 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 23 | 0.62 | 0 | 0.89 | 0.16 | 101.37 | 0.81 | 0.46 |
| Hex | 52 | D5 | 17 | 3E | 0 | 59 | 10 | 65 | 51 | 2E |
| Octal | 122 | 325 | 27 | 76 | 0 | 131 | 20 | 145 | 121 | 56 |
| Binary | 1010010 | 11010101 | 10111 | 111110 | 0 | 1011001 | 10000 | 1100101 | 1010001 | 101110 |
Color Harmonies of #52D517
Complementary color
Monochromatic Colors of #52D517
Black with #52D517
Text Example
Text Example
White with #52D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D517; }
p { color: rgb(82,213,23); }
H1.HeaderClassName
{
color: #52D517;
}
.AnyTagClassName
{
color: #52D517;
}
</style>
background-color css
<style>
a { background-color: #52D517; }
a { background-color: rgb(82,213,23); }
div.DivClassName
{
background-color: #52D517;
}
.BgClassName
{
background-color: #52D517;
}
</style>
border-color css
<style>
span { border-color: #52D517; }
span { border-color: rgb(82,213,23); }
td.TdClassName
{
border-color: #52D517;
}
.TagClassName
{
border-color: #52D517;
}
</style>