Shades of Kelly Green #52D021
Tints of Kelly Green #52D021
RGB
CMYK
RGB Variations
Color information
#52D021 (or 0x52D021) is known color: Kelly Green. HEX triplet: 52, D0 and 21. RGB value is (82,208,33). Sum of RGB (Red+Green+Blue) = 82+208+33=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #52D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D021 is #AD2FDE. Grayscale: #969696. Windows color (decimal): -11349983 or 2216018. OLE color: 2216018.
HSL color Cylindrical-coordinate representation of color #52D021: hue angle of 103.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52D021 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 33 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.18 |
| HSL | 103.2º | 0.73% | 0.47% | - |
| HSV(B) | 103.2º | 0.84% | 0.82% | - |
| XYZ | 26.31 | 47.02 | 9.13 | - |
| YUV | 150.38 | 61.76 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 33 | 0.61 | 0 | 0.84 | 0.18 | 103.2 | 0.73 | 0.47 |
| Hex | 52 | D0 | 21 | 3D | 0 | 54 | 12 | 67 | 49 | 2F |
| Octal | 122 | 320 | 41 | 75 | 0 | 124 | 22 | 147 | 111 | 57 |
| Binary | 1010010 | 11010000 | 100001 | 111101 | 0 | 1010100 | 10010 | 1100111 | 1001001 | 101111 |
Color Harmonies of #52D021
Complementary color
Monochromatic Colors of #52D021
Black with #52D021
Text Example
Text Example
White with #52D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D021; }
p { color: rgb(82,208,33); }
H1.HeaderClassName
{
color: #52D021;
}
.AnyTagClassName
{
color: #52D021;
}
</style>
background-color css
<style>
a { background-color: #52D021; }
a { background-color: rgb(82,208,33); }
div.DivClassName
{
background-color: #52D021;
}
.BgClassName
{
background-color: #52D021;
}
</style>
border-color css
<style>
span { border-color: #52D021; }
span { border-color: rgb(82,208,33); }
td.TdClassName
{
border-color: #52D021;
}
.TagClassName
{
border-color: #52D021;
}
</style>