Shades of Kelly Green #52C500
Tints of Kelly Green #52C500
RGB
CMYK
RGB Variations
Color information
#52C500 (or 0x52C500) is known color: Kelly Green. HEX triplet: 52, C5 and 00. RGB value is (82,197,0). Sum of RGB (Red+Green+Blue) = 82+197+0=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #52C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C500 is #AD3AFF. Grayscale: #8C8C8C. Windows color (decimal): -11352832 or 50514. OLE color: 50514.
HSL color Cylindrical-coordinate representation of color #52C500: hue angle of 95.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52C500 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.23 |
| HSL | 95.03º | 1% | 0.39% | - |
| HSV(B) | 95.03º | 1% | 0.77% | - |
| XYZ | 23.45 | 41.73 | 6.82 | - |
| YUV | 140.16 | 48.9 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 0 | 0.58 | 0 | 1 | 0.23 | 95.03 | 1 | 0.39 |
| Hex | 52 | C5 | 0 | 3A | 0 | 64 | 17 | 5F | 64 | 27 |
| Octal | 122 | 305 | 0 | 72 | 0 | 144 | 27 | 137 | 144 | 47 |
| Binary | 1010010 | 11000101 | 0 | 111010 | 0 | 1100100 | 10111 | 1011111 | 1100100 | 100111 |
Color Harmonies of #52C500
Complementary color
Monochromatic Colors of #52C500
Black with #52C500
Text Example
Text Example
White with #52C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C500; }
p { color: rgb(82,197,0); }
H1.HeaderClassName
{
color: #52C500;
}
.AnyTagClassName
{
color: #52C500;
}
</style>
background-color css
<style>
a { background-color: #52C500; }
a { background-color: rgb(82,197,0); }
div.DivClassName
{
background-color: #52C500;
}
.BgClassName
{
background-color: #52C500;
}
</style>
border-color css
<style>
span { border-color: #52C500; }
span { border-color: rgb(82,197,0); }
td.TdClassName
{
border-color: #52C500;
}
.TagClassName
{
border-color: #52C500;
}
</style>