Shades of Kelly Green #52C42B
Tints of Kelly Green #52C42B
RGB
CMYK
RGB Variations
Color information
#52C42B (or 0x52C42B) is known color: Kelly Green. HEX triplet: 52, C4 and 2B. RGB value is (82,196,43). Sum of RGB (Red+Green+Blue) = 82+196+43=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #52C42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C42B is #AD3BD4. Grayscale: #909090. Windows color (decimal): -11353045 or 2868306. OLE color: 2868306.
HSL color Cylindrical-coordinate representation of color #52C42B: hue angle of 104.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52C42B is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 43 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.23 |
| HSL | 104.71º | 0.64% | 0.47% | - |
| HSV(B) | 104.71º | 0.78% | 0.77% | - |
| XYZ | 23.66 | 41.45 | 9.04 | - |
| YUV | 144.47 | 70.73 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 43 | 0.58 | 0 | 0.78 | 0.23 | 104.71 | 0.64 | 0.47 |
| Hex | 52 | C4 | 2B | 3A | 0 | 4E | 17 | 69 | 40 | 2F |
| Octal | 122 | 304 | 53 | 72 | 0 | 116 | 27 | 151 | 100 | 57 |
| Binary | 1010010 | 11000100 | 101011 | 111010 | 0 | 1001110 | 10111 | 1101001 | 1000000 | 101111 |
Color Harmonies of #52C42B
Complementary color
Monochromatic Colors of #52C42B
Black with #52C42B
Text Example
Text Example
White with #52C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C42B; }
p { color: rgb(82,196,43); }
H1.HeaderClassName
{
color: #52C42B;
}
.AnyTagClassName
{
color: #52C42B;
}
</style>
background-color css
<style>
a { background-color: #52C42B; }
a { background-color: rgb(82,196,43); }
div.DivClassName
{
background-color: #52C42B;
}
.BgClassName
{
background-color: #52C42B;
}
</style>
border-color css
<style>
span { border-color: #52C42B; }
span { border-color: rgb(82,196,43); }
td.TdClassName
{
border-color: #52C42B;
}
.TagClassName
{
border-color: #52C42B;
}
</style>