Shades of Kelly Green #52BC29
Tints of Kelly Green #52BC29
RGB
CMYK
RGB Variations
Color information
#52BC29 (or 0x52BC29) is known color: Kelly Green. HEX triplet: 52, BC and 29. RGB value is (82,188,41). Sum of RGB (Red+Green+Blue) = 82+188+41=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC29 is #AD43D6. Grayscale: #8C8C8C. Windows color (decimal): -11355095 or 2735186. OLE color: 2735186.
HSL color Cylindrical-coordinate representation of color #52BC29: hue angle of 103.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52BC29 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 41 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.26 |
| HSL | 103.27º | 0.64% | 0.45% | - |
| HSV(B) | 103.27º | 0.78% | 0.74% | - |
| XYZ | 21.86 | 37.92 | 8.26 | - |
| YUV | 139.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 41 | 0.56 | 0 | 0.78 | 0.26 | 103.27 | 0.64 | 0.45 |
| Hex | 52 | BC | 29 | 38 | 0 | 4E | 1A | 67 | 40 | 2D |
| Octal | 122 | 274 | 51 | 70 | 0 | 116 | 32 | 147 | 100 | 55 |
| Binary | 1010010 | 10111100 | 101001 | 111000 | 0 | 1001110 | 11010 | 1100111 | 1000000 | 101101 |
Color Harmonies of #52BC29
Complementary color
Monochromatic Colors of #52BC29
Black with #52BC29
Text Example
Text Example
White with #52BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC29; }
p { color: rgb(82,188,41); }
H1.HeaderClassName
{
color: #52BC29;
}
.AnyTagClassName
{
color: #52BC29;
}
</style>
background-color css
<style>
a { background-color: #52BC29; }
a { background-color: rgb(82,188,41); }
div.DivClassName
{
background-color: #52BC29;
}
.BgClassName
{
background-color: #52BC29;
}
</style>
border-color css
<style>
span { border-color: #52BC29; }
span { border-color: rgb(82,188,41); }
td.TdClassName
{
border-color: #52BC29;
}
.TagClassName
{
border-color: #52BC29;
}
</style>