Shades of Kelly Green #52C41A
Tints of Kelly Green #52C41A
RGB
CMYK
RGB Variations
Color information
#52C41A (or 0x52C41A) is known color: Kelly Green. HEX triplet: 52, C4 and 1A. RGB value is (82,196,26). Sum of RGB (Red+Green+Blue) = 82+196+26=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #52C41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C41A is #AD3BE5. Grayscale: #8F8F8F. Windows color (decimal): -11353062 or 1754194. OLE color: 1754194.
HSL color Cylindrical-coordinate representation of color #52C41A: hue angle of 100.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52C41A is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 26 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.23 |
| HSL | 100.24º | 0.77% | 0.44% | - |
| HSV(B) | 100.24º | 0.87% | 0.77% | - |
| XYZ | 23.41 | 41.35 | 7.72 | - |
| YUV | 142.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 26 | 0.58 | 0 | 0.87 | 0.23 | 100.24 | 0.77 | 0.44 |
| Hex | 52 | C4 | 1A | 3A | 0 | 57 | 17 | 64 | 4D | 2C |
| Octal | 122 | 304 | 32 | 72 | 0 | 127 | 27 | 144 | 115 | 54 |
| Binary | 1010010 | 11000100 | 11010 | 111010 | 0 | 1010111 | 10111 | 1100100 | 1001101 | 101100 |
Color Harmonies of #52C41A
Complementary color
Monochromatic Colors of #52C41A
Black with #52C41A
Text Example
Text Example
White with #52C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C41A; }
p { color: rgb(82,196,26); }
H1.HeaderClassName
{
color: #52C41A;
}
.AnyTagClassName
{
color: #52C41A;
}
</style>
background-color css
<style>
a { background-color: #52C41A; }
a { background-color: rgb(82,196,26); }
div.DivClassName
{
background-color: #52C41A;
}
.BgClassName
{
background-color: #52C41A;
}
</style>
border-color css
<style>
span { border-color: #52C41A; }
span { border-color: rgb(82,196,26); }
td.TdClassName
{
border-color: #52C41A;
}
.TagClassName
{
border-color: #52C41A;
}
</style>