Shades of Kelly Green #52D21E
Tints of Kelly Green #52D21E
RGB
CMYK
RGB Variations
Color information
#52D21E (or 0x52D21E) is known color: Kelly Green. HEX triplet: 52, D2 and 1E. RGB value is (82,210,30). Sum of RGB (Red+Green+Blue) = 82+210+30=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #52D21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D21E is #AD2DE1. Grayscale: #979797. Windows color (decimal): -11349474 or 2019922. OLE color: 2019922.
HSL color Cylindrical-coordinate representation of color #52D21E: hue angle of 102.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52D21E is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 30 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.18 |
| HSL | 102.67º | 0.75% | 0.47% | - |
| HSV(B) | 102.67º | 0.86% | 0.82% | - |
| XYZ | 26.76 | 47.98 | 9.08 | - |
| YUV | 151.21 | 59.59 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 30 | 0.61 | 0 | 0.86 | 0.18 | 102.67 | 0.75 | 0.47 |
| Hex | 52 | D2 | 1E | 3D | 0 | 56 | 12 | 67 | 4B | 2F |
| Octal | 122 | 322 | 36 | 75 | 0 | 126 | 22 | 147 | 113 | 57 |
| Binary | 1010010 | 11010010 | 11110 | 111101 | 0 | 1010110 | 10010 | 1100111 | 1001011 | 101111 |
Color Harmonies of #52D21E
Complementary color
Monochromatic Colors of #52D21E
Black with #52D21E
Text Example
Text Example
White with #52D21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D21E; }
p { color: rgb(82,210,30); }
H1.HeaderClassName
{
color: #52D21E;
}
.AnyTagClassName
{
color: #52D21E;
}
</style>
background-color css
<style>
a { background-color: #52D21E; }
a { background-color: rgb(82,210,30); }
div.DivClassName
{
background-color: #52D21E;
}
.BgClassName
{
background-color: #52D21E;
}
</style>
border-color css
<style>
span { border-color: #52D21E; }
span { border-color: rgb(82,210,30); }
td.TdClassName
{
border-color: #52D21E;
}
.TagClassName
{
border-color: #52D21E;
}
</style>