Shades of Kelly Green #52B920
Tints of Kelly Green #52B920
RGB
CMYK
RGB Variations
Color information
#52B920 (or 0x52B920) is known color: Kelly Green. HEX triplet: 52, B9 and 20. RGB value is (82,185,32). Sum of RGB (Red+Green+Blue) = 82+185+32=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #52B920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B920 is #AD46DF. Grayscale: #898989. Windows color (decimal): -11355872 or 2144594. OLE color: 2144594.
HSL color Cylindrical-coordinate representation of color #52B920: hue angle of 100.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52B920 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 32 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.27 |
| HSL | 100.39º | 0.71% | 0.43% | - |
| HSV(B) | 100.39º | 0.83% | 0.73% | - |
| XYZ | 21.09 | 36.6 | 7.32 | - |
| YUV | 136.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 32 | 0.56 | 0 | 0.83 | 0.27 | 100.39 | 0.71 | 0.43 |
| Hex | 52 | B9 | 20 | 38 | 0 | 53 | 1B | 64 | 47 | 2B |
| Octal | 122 | 271 | 40 | 70 | 0 | 123 | 33 | 144 | 107 | 53 |
| Binary | 1010010 | 10111001 | 100000 | 111000 | 0 | 1010011 | 11011 | 1100100 | 1000111 | 101011 |
Color Harmonies of #52B920
Complementary color
Monochromatic Colors of #52B920
Black with #52B920
Text Example
Text Example
White with #52B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B920; }
p { color: rgb(82,185,32); }
H1.HeaderClassName
{
color: #52B920;
}
.AnyTagClassName
{
color: #52B920;
}
</style>
background-color css
<style>
a { background-color: #52B920; }
a { background-color: rgb(82,185,32); }
div.DivClassName
{
background-color: #52B920;
}
.BgClassName
{
background-color: #52B920;
}
</style>
border-color css
<style>
span { border-color: #52B920; }
span { border-color: rgb(82,185,32); }
td.TdClassName
{
border-color: #52B920;
}
.TagClassName
{
border-color: #52B920;
}
</style>