Shades of Kelly Green #52C20B
Tints of Kelly Green #52C20B
RGB
CMYK
RGB Variations
Color information
#52C20B (or 0x52C20B) is known color: Kelly Green. HEX triplet: 52, C2 and 0B. RGB value is (82,194,11). Sum of RGB (Red+Green+Blue) = 82+194+11=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #52C20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C20B is #AD3DF4. Grayscale: #8C8C8C. Windows color (decimal): -11353589 or 770642. OLE color: 770642.
HSL color Cylindrical-coordinate representation of color #52C20B: hue angle of 96.72º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52C20B is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 11 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.24 |
| HSL | 96.72º | 0.89% | 0.4% | - |
| HSV(B) | 96.72º | 0.94% | 0.76% | - |
| XYZ | 22.83 | 40.4 | 6.91 | - |
| YUV | 139.65 | 55.39 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 11 | 0.58 | 0 | 0.94 | 0.24 | 96.72 | 0.89 | 0.4 |
| Hex | 52 | C2 | B | 3A | 0 | 5E | 18 | 61 | 59 | 28 |
| Octal | 122 | 302 | 13 | 72 | 0 | 136 | 30 | 141 | 131 | 50 |
| Binary | 1010010 | 11000010 | 1011 | 111010 | 0 | 1011110 | 11000 | 1100001 | 1011001 | 101000 |
Color Harmonies of #52C20B
Complementary color
Monochromatic Colors of #52C20B
Black with #52C20B
Text Example
Text Example
White with #52C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C20B; }
p { color: rgb(82,194,11); }
H1.HeaderClassName
{
color: #52C20B;
}
.AnyTagClassName
{
color: #52C20B;
}
</style>
background-color css
<style>
a { background-color: #52C20B; }
a { background-color: rgb(82,194,11); }
div.DivClassName
{
background-color: #52C20B;
}
.BgClassName
{
background-color: #52C20B;
}
</style>
border-color css
<style>
span { border-color: #52C20B; }
span { border-color: rgb(82,194,11); }
td.TdClassName
{
border-color: #52C20B;
}
.TagClassName
{
border-color: #52C20B;
}
</style>