Shades of Kelly Green #52BE20
Tints of Kelly Green #52BE20
RGB
CMYK
RGB Variations
Color information
#52BE20 (or 0x52BE20) is known color: Kelly Green. HEX triplet: 52, BE and 20. RGB value is (82,190,32). Sum of RGB (Red+Green+Blue) = 82+190+32=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE20 is #AD41DF. Grayscale: #8C8C8C. Windows color (decimal): -11354592 or 2145874. OLE color: 2145874.
HSL color Cylindrical-coordinate representation of color #52BE20: hue angle of 101.01º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52BE20 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 32 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.25 |
| HSL | 101.01º | 0.71% | 0.44% | - |
| HSV(B) | 101.01º | 0.83% | 0.75% | - |
| XYZ | 22.15 | 38.73 | 7.67 | - |
| YUV | 139.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 32 | 0.57 | 0 | 0.83 | 0.25 | 101.01 | 0.71 | 0.44 |
| Hex | 52 | BE | 20 | 39 | 0 | 53 | 19 | 65 | 47 | 2C |
| Octal | 122 | 276 | 40 | 71 | 0 | 123 | 31 | 145 | 107 | 54 |
| Binary | 1010010 | 10111110 | 100000 | 111001 | 0 | 1010011 | 11001 | 1100101 | 1000111 | 101100 |
Color Harmonies of #52BE20
Complementary color
Monochromatic Colors of #52BE20
Black with #52BE20
Text Example
Text Example
White with #52BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE20; }
p { color: rgb(82,190,32); }
H1.HeaderClassName
{
color: #52BE20;
}
.AnyTagClassName
{
color: #52BE20;
}
</style>
background-color css
<style>
a { background-color: #52BE20; }
a { background-color: rgb(82,190,32); }
div.DivClassName
{
background-color: #52BE20;
}
.BgClassName
{
background-color: #52BE20;
}
</style>
border-color css
<style>
span { border-color: #52BE20; }
span { border-color: rgb(82,190,32); }
td.TdClassName
{
border-color: #52BE20;
}
.TagClassName
{
border-color: #52BE20;
}
</style>