Shades of Kelly Green #52DA1D
Tints of Kelly Green #52DA1D
RGB
CMYK
RGB Variations
Color information
#52DA1D (or 0x52DA1D) is known color: Kelly Green. HEX triplet: 52, DA and 1D. RGB value is (82,218,29). Sum of RGB (Red+Green+Blue) = 82+218+29=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DA1D is #AD25E2. Grayscale: #9C9C9C. Windows color (decimal): -11347427 or 1956434. OLE color: 1956434.
HSL color Cylindrical-coordinate representation of color #52DA1D: hue angle of 103.17º degrees, saturation: 0.77, 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 #52DA1D is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 29 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.15 |
| HSL | 103.17º | 0.77% | 0.48% | - |
| HSV(B) | 103.17º | 0.87% | 0.85% | - |
| XYZ | 28.77 | 52.03 | 9.69 | - |
| YUV | 155.79 | 56.44 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 29 | 0.62 | 0 | 0.87 | 0.15 | 103.17 | 0.77 | 0.48 |
| Hex | 52 | DA | 1D | 3E | 0 | 57 | F | 67 | 4D | 30 |
| Octal | 122 | 332 | 35 | 76 | 0 | 127 | 17 | 147 | 115 | 60 |
| Binary | 1010010 | 11011010 | 11101 | 111110 | 0 | 1010111 | 1111 | 1100111 | 1001101 | 110000 |
Color Harmonies of #52DA1D
Complementary color
Monochromatic Colors of #52DA1D
Black with #52DA1D
Text Example
Text Example
White with #52DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA1D; }
p { color: rgb(82,218,29); }
H1.HeaderClassName
{
color: #52DA1D;
}
.AnyTagClassName
{
color: #52DA1D;
}
</style>
background-color css
<style>
a { background-color: #52DA1D; }
a { background-color: rgb(82,218,29); }
div.DivClassName
{
background-color: #52DA1D;
}
.BgClassName
{
background-color: #52DA1D;
}
</style>
border-color css
<style>
span { border-color: #52DA1D; }
span { border-color: rgb(82,218,29); }
td.TdClassName
{
border-color: #52DA1D;
}
.TagClassName
{
border-color: #52DA1D;
}
</style>