Shades of Kelly Green #52C51A
Tints of Kelly Green #52C51A
RGB
CMYK
RGB Variations
Color information
#52C51A (or 0x52C51A) is known color: Kelly Green. HEX triplet: 52, C5 and 1A. RGB value is (82,197,26). Sum of RGB (Red+Green+Blue) = 82+197+26=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #52C51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C51A is #AD3AE5. Grayscale: #8F8F8F. Windows color (decimal): -11352806 or 1754450. OLE color: 1754450.
HSL color Cylindrical-coordinate representation of color #52C51A: hue angle of 100.35º 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 #52C51A is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 26 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.23 |
| HSL | 100.35º | 0.77% | 0.44% | - |
| HSV(B) | 100.35º | 0.87% | 0.77% | - |
| XYZ | 23.63 | 41.8 | 7.8 | - |
| YUV | 143.12 | 61.9 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 26 | 0.58 | 0 | 0.87 | 0.23 | 100.35 | 0.77 | 0.44 |
| Hex | 52 | C5 | 1A | 3A | 0 | 57 | 17 | 64 | 4D | 2C |
| Octal | 122 | 305 | 32 | 72 | 0 | 127 | 27 | 144 | 115 | 54 |
| Binary | 1010010 | 11000101 | 11010 | 111010 | 0 | 1010111 | 10111 | 1100100 | 1001101 | 101100 |
Color Harmonies of #52C51A
Complementary color
Monochromatic Colors of #52C51A
Black with #52C51A
Text Example
Text Example
White with #52C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C51A; }
p { color: rgb(82,197,26); }
H1.HeaderClassName
{
color: #52C51A;
}
.AnyTagClassName
{
color: #52C51A;
}
</style>
background-color css
<style>
a { background-color: #52C51A; }
a { background-color: rgb(82,197,26); }
div.DivClassName
{
background-color: #52C51A;
}
.BgClassName
{
background-color: #52C51A;
}
</style>
border-color css
<style>
span { border-color: #52C51A; }
span { border-color: rgb(82,197,26); }
td.TdClassName
{
border-color: #52C51A;
}
.TagClassName
{
border-color: #52C51A;
}
</style>