Shades of Kelly Green #52C51D
Tints of Kelly Green #52C51D
RGB
CMYK
RGB Variations
Color information
#52C51D (or 0x52C51D) is known color: Kelly Green. HEX triplet: 52, C5 and 1D. RGB value is (82,197,29). Sum of RGB (Red+Green+Blue) = 82+197+29=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #52C51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C51D is #AD3AE2. Grayscale: #909090. Windows color (decimal): -11352803 or 1951058. OLE color: 1951058.
HSL color Cylindrical-coordinate representation of color #52C51D: hue angle of 101.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52C51D is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 29 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.23 |
| HSL | 101.07º | 0.74% | 0.44% | - |
| HSV(B) | 101.07º | 0.85% | 0.77% | - |
| XYZ | 23.67 | 41.82 | 7.99 | - |
| YUV | 143.46 | 63.4 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 29 | 0.58 | 0 | 0.85 | 0.23 | 101.07 | 0.74 | 0.44 |
| Hex | 52 | C5 | 1D | 3A | 0 | 55 | 17 | 65 | 4A | 2C |
| Octal | 122 | 305 | 35 | 72 | 0 | 125 | 27 | 145 | 112 | 54 |
| Binary | 1010010 | 11000101 | 11101 | 111010 | 0 | 1010101 | 10111 | 1100101 | 1001010 | 101100 |
Color Harmonies of #52C51D
Complementary color
Monochromatic Colors of #52C51D
Black with #52C51D
Text Example
Text Example
White with #52C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C51D; }
p { color: rgb(82,197,29); }
H1.HeaderClassName
{
color: #52C51D;
}
.AnyTagClassName
{
color: #52C51D;
}
</style>
background-color css
<style>
a { background-color: #52C51D; }
a { background-color: rgb(82,197,29); }
div.DivClassName
{
background-color: #52C51D;
}
.BgClassName
{
background-color: #52C51D;
}
</style>
border-color css
<style>
span { border-color: #52C51D; }
span { border-color: rgb(82,197,29); }
td.TdClassName
{
border-color: #52C51D;
}
.TagClassName
{
border-color: #52C51D;
}
</style>