Shades of Kelly Green #52D51D
Tints of Kelly Green #52D51D
RGB
CMYK
RGB Variations
Color information
#52D51D (or 0x52D51D) is known color: Kelly Green. HEX triplet: 52, D5 and 1D. RGB value is (82,213,29). Sum of RGB (Red+Green+Blue) = 82+213+29=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #52D51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D51D is #AD2AE2. Grayscale: #999999. Windows color (decimal): -11348707 or 1955154. OLE color: 1955154.
HSL color Cylindrical-coordinate representation of color #52D51D: hue angle of 102.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52D51D is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 29 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.16 |
| HSL | 102.72º | 0.76% | 0.47% | - |
| HSV(B) | 102.72º | 0.86% | 0.84% | - |
| XYZ | 27.5 | 49.47 | 9.26 | - |
| YUV | 152.86 | 58.1 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 29 | 0.62 | 0 | 0.86 | 0.16 | 102.72 | 0.76 | 0.47 |
| Hex | 52 | D5 | 1D | 3E | 0 | 56 | 10 | 67 | 4C | 2F |
| Octal | 122 | 325 | 35 | 76 | 0 | 126 | 20 | 147 | 114 | 57 |
| Binary | 1010010 | 11010101 | 11101 | 111110 | 0 | 1010110 | 10000 | 1100111 | 1001100 | 101111 |
Color Harmonies of #52D51D
Complementary color
Monochromatic Colors of #52D51D
Black with #52D51D
Text Example
Text Example
White with #52D51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D51D; }
p { color: rgb(82,213,29); }
H1.HeaderClassName
{
color: #52D51D;
}
.AnyTagClassName
{
color: #52D51D;
}
</style>
background-color css
<style>
a { background-color: #52D51D; }
a { background-color: rgb(82,213,29); }
div.DivClassName
{
background-color: #52D51D;
}
.BgClassName
{
background-color: #52D51D;
}
</style>
border-color css
<style>
span { border-color: #52D51D; }
span { border-color: rgb(82,213,29); }
td.TdClassName
{
border-color: #52D51D;
}
.TagClassName
{
border-color: #52D51D;
}
</style>