Shades of Kelly Green #52BF20
Tints of Kelly Green #52BF20
RGB
CMYK
RGB Variations
Color information
#52BF20 (or 0x52BF20) is known color: Kelly Green. HEX triplet: 52, BF and 20. RGB value is (82,191,32). Sum of RGB (Red+Green+Blue) = 82+191+32=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF20 is #AD40DF. Grayscale: #8C8C8C. Windows color (decimal): -11354336 or 2146130. OLE color: 2146130.
HSL color Cylindrical-coordinate representation of color #52BF20: hue angle of 101.13º 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 #52BF20 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 32 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.25 |
| HSL | 101.13º | 0.71% | 0.44% | - |
| HSV(B) | 101.13º | 0.83% | 0.75% | - |
| XYZ | 22.37 | 39.16 | 7.75 | - |
| YUV | 140.28 | 66.89 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 32 | 0.57 | 0 | 0.83 | 0.25 | 101.13 | 0.71 | 0.44 |
| Hex | 52 | BF | 20 | 39 | 0 | 53 | 19 | 65 | 47 | 2C |
| Octal | 122 | 277 | 40 | 71 | 0 | 123 | 31 | 145 | 107 | 54 |
| Binary | 1010010 | 10111111 | 100000 | 111001 | 0 | 1010011 | 11001 | 1100101 | 1000111 | 101100 |
Color Harmonies of #52BF20
Complementary color
Monochromatic Colors of #52BF20
Black with #52BF20
Text Example
Text Example
White with #52BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF20; }
p { color: rgb(82,191,32); }
H1.HeaderClassName
{
color: #52BF20;
}
.AnyTagClassName
{
color: #52BF20;
}
</style>
background-color css
<style>
a { background-color: #52BF20; }
a { background-color: rgb(82,191,32); }
div.DivClassName
{
background-color: #52BF20;
}
.BgClassName
{
background-color: #52BF20;
}
</style>
border-color css
<style>
span { border-color: #52BF20; }
span { border-color: rgb(82,191,32); }
td.TdClassName
{
border-color: #52BF20;
}
.TagClassName
{
border-color: #52BF20;
}
</style>