Shades of Kelly Green #52C22B
Tints of Kelly Green #52C22B
RGB
CMYK
RGB Variations
Color information
#52C22B (or 0x52C22B) is known color: Kelly Green. HEX triplet: 52, C2 and 2B. RGB value is (82,194,43). Sum of RGB (Red+Green+Blue) = 82+194+43=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #52C22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C22B is #AD3DD4. Grayscale: #8F8F8F. Windows color (decimal): -11353557 or 2867794. OLE color: 2867794.
HSL color Cylindrical-coordinate representation of color #52C22B: hue angle of 104.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52C22B is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 43 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.24 |
| HSL | 104.5º | 0.64% | 0.46% | - |
| HSV(B) | 104.5º | 0.78% | 0.76% | - |
| XYZ | 23.21 | 40.55 | 8.89 | - |
| YUV | 143.3 | 71.39 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 43 | 0.58 | 0 | 0.78 | 0.24 | 104.5 | 0.64 | 0.46 |
| Hex | 52 | C2 | 2B | 3A | 0 | 4E | 18 | 69 | 40 | 2E |
| Octal | 122 | 302 | 53 | 72 | 0 | 116 | 30 | 151 | 100 | 56 |
| Binary | 1010010 | 11000010 | 101011 | 111010 | 0 | 1001110 | 11000 | 1101001 | 1000000 | 101110 |
Color Harmonies of #52C22B
Complementary color
Monochromatic Colors of #52C22B
Black with #52C22B
Text Example
Text Example
White with #52C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C22B; }
p { color: rgb(82,194,43); }
H1.HeaderClassName
{
color: #52C22B;
}
.AnyTagClassName
{
color: #52C22B;
}
</style>
background-color css
<style>
a { background-color: #52C22B; }
a { background-color: rgb(82,194,43); }
div.DivClassName
{
background-color: #52C22B;
}
.BgClassName
{
background-color: #52C22B;
}
</style>
border-color css
<style>
span { border-color: #52C22B; }
span { border-color: rgb(82,194,43); }
td.TdClassName
{
border-color: #52C22B;
}
.TagClassName
{
border-color: #52C22B;
}
</style>