Shades of Kelly Green #52D81D
Tints of Kelly Green #52D81D
RGB
CMYK
RGB Variations
Color information
#52D81D (or 0x52D81D) is known color: Kelly Green. HEX triplet: 52, D8 and 1D. RGB value is (82,216,29). Sum of RGB (Red+Green+Blue) = 82+216+29=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 216 (84.77% from 255 or 66.06% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 216 - color contains mainly: green. Hex color #52D81D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D81D is #AD27E2. Grayscale: #9B9B9B. Windows color (decimal): -11347939 or 1955922. OLE color: 1955922.
HSL color Cylindrical-coordinate representation of color #52D81D: hue angle of 102.99º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52D81D is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 29 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.15 |
| HSL | 102.99º | 0.76% | 0.48% | - |
| HSV(B) | 102.99º | 0.87% | 0.85% | - |
| XYZ | 28.26 | 50.99 | 9.52 | - |
| YUV | 154.62 | 57.11 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 29 | 0.62 | 0 | 0.87 | 0.15 | 102.99 | 0.76 | 0.48 |
| Hex | 52 | D8 | 1D | 3E | 0 | 57 | F | 67 | 4C | 30 |
| Octal | 122 | 330 | 35 | 76 | 0 | 127 | 17 | 147 | 114 | 60 |
| Binary | 1010010 | 11011000 | 11101 | 111110 | 0 | 1010111 | 1111 | 1100111 | 1001100 | 110000 |
Color Harmonies of #52D81D
Complementary color
Monochromatic Colors of #52D81D
Black with #52D81D
Text Example
Text Example
White with #52D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D81D; }
p { color: rgb(82,216,29); }
H1.HeaderClassName
{
color: #52D81D;
}
.AnyTagClassName
{
color: #52D81D;
}
</style>
background-color css
<style>
a { background-color: #52D81D; }
a { background-color: rgb(82,216,29); }
div.DivClassName
{
background-color: #52D81D;
}
.BgClassName
{
background-color: #52D81D;
}
</style>
border-color css
<style>
span { border-color: #52D81D; }
span { border-color: rgb(82,216,29); }
td.TdClassName
{
border-color: #52D81D;
}
.TagClassName
{
border-color: #52D81D;
}
</style>