Shades of Kelly Green #52D32F
Tints of Kelly Green #52D32F
RGB
CMYK
RGB Variations
Color information
#52D32F (or 0x52D32F) is known color: Kelly Green. HEX triplet: 52, D3 and 2F. RGB value is (82,211,47). Sum of RGB (Red+Green+Blue) = 82+211+47=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #52D32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D32F is #AD2CD0. Grayscale: #9A9A9A. Windows color (decimal): -11349201 or 3134290. OLE color: 3134290.
HSL color Cylindrical-coordinate representation of color #52D32F: hue angle of 107.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52D32F is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 47 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.17 |
| HSL | 107.2º | 0.65% | 0.51% | - |
| HSV(B) | 107.2º | 0.78% | 0.83% | - |
| XYZ | 27.29 | 48.59 | 10.63 | - |
| YUV | 153.73 | 67.76 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 47 | 0.61 | 0 | 0.78 | 0.17 | 107.2 | 0.65 | 0.51 |
| Hex | 52 | D3 | 2F | 3D | 0 | 4E | 11 | 6B | 41 | 33 |
| Octal | 122 | 323 | 57 | 75 | 0 | 116 | 21 | 153 | 101 | 63 |
| Binary | 1010010 | 11010011 | 101111 | 111101 | 0 | 1001110 | 10001 | 1101011 | 1000001 | 110011 |
Color Harmonies of #52D32F
Complementary color
Monochromatic Colors of #52D32F
Black with #52D32F
Text Example
Text Example
White with #52D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D32F; }
p { color: rgb(82,211,47); }
H1.HeaderClassName
{
color: #52D32F;
}
.AnyTagClassName
{
color: #52D32F;
}
</style>
background-color css
<style>
a { background-color: #52D32F; }
a { background-color: rgb(82,211,47); }
div.DivClassName
{
background-color: #52D32F;
}
.BgClassName
{
background-color: #52D32F;
}
</style>
border-color css
<style>
span { border-color: #52D32F; }
span { border-color: rgb(82,211,47); }
td.TdClassName
{
border-color: #52D32F;
}
.TagClassName
{
border-color: #52D32F;
}
</style>