Shades of Kelly Green #53C520
Tints of Kelly Green #53C520
RGB
CMYK
RGB Variations
Color information
#53C520 (or 0x53C520) is known color: Kelly Green. HEX triplet: 53, C5 and 20. RGB value is (83,197,32). Sum of RGB (Red+Green+Blue) = 83+197+32=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #53C520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C520 is #AC3ADF. Grayscale: #909090. Windows color (decimal): -11287264 or 2147667. OLE color: 2147667.
HSL color Cylindrical-coordinate representation of color #53C520: hue angle of 101.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53C520 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 32 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.23 |
| HSL | 101.45º | 0.72% | 0.45% | - |
| HSV(B) | 101.45º | 0.84% | 0.77% | - |
| XYZ | 23.79 | 41.88 | 8.2 | - |
| YUV | 144.1 | 64.73 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 32 | 0.58 | 0 | 0.84 | 0.23 | 101.45 | 0.72 | 0.45 |
| Hex | 53 | C5 | 20 | 3A | 0 | 54 | 17 | 65 | 48 | 2D |
| Octal | 123 | 305 | 40 | 72 | 0 | 124 | 27 | 145 | 110 | 55 |
| Binary | 1010011 | 11000101 | 100000 | 111010 | 0 | 1010100 | 10111 | 1100101 | 1001000 | 101101 |
Color Harmonies of #53C520
Complementary color
Monochromatic Colors of #53C520
Black with #53C520
Text Example
Text Example
White with #53C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C520; }
p { color: rgb(83,197,32); }
H1.HeaderClassName
{
color: #53C520;
}
.AnyTagClassName
{
color: #53C520;
}
</style>
background-color css
<style>
a { background-color: #53C520; }
a { background-color: rgb(83,197,32); }
div.DivClassName
{
background-color: #53C520;
}
.BgClassName
{
background-color: #53C520;
}
</style>
border-color css
<style>
span { border-color: #53C520; }
span { border-color: rgb(83,197,32); }
td.TdClassName
{
border-color: #53C520;
}
.TagClassName
{
border-color: #53C520;
}
</style>