Shades of Kelly Green #53CC20
Tints of Kelly Green #53CC20
RGB
CMYK
RGB Variations
Color information
#53CC20 (or 0x53CC20) is known color: Kelly Green. HEX triplet: 53, CC and 20. RGB value is (83,204,32). Sum of RGB (Red+Green+Blue) = 83+204+32=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC20 is #AC33DF. Grayscale: #949494. Windows color (decimal): -11285472 or 2149459. OLE color: 2149459.
HSL color Cylindrical-coordinate representation of color #53CC20: hue angle of 102.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53CC20 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 32 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.2 |
| HSL | 102.21º | 0.73% | 0.46% | - |
| HSV(B) | 102.21º | 0.84% | 0.8% | - |
| XYZ | 25.42 | 45.13 | 8.74 | - |
| YUV | 148.21 | 62.41 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 32 | 0.59 | 0 | 0.84 | 0.2 | 102.21 | 0.73 | 0.46 |
| Hex | 53 | CC | 20 | 3B | 0 | 54 | 14 | 66 | 49 | 2E |
| Octal | 123 | 314 | 40 | 73 | 0 | 124 | 24 | 146 | 111 | 56 |
| Binary | 1010011 | 11001100 | 100000 | 111011 | 0 | 1010100 | 10100 | 1100110 | 1001001 | 101110 |
Color Harmonies of #53CC20
Complementary color
Monochromatic Colors of #53CC20
Black with #53CC20
Text Example
Text Example
White with #53CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC20; }
p { color: rgb(83,204,32); }
H1.HeaderClassName
{
color: #53CC20;
}
.AnyTagClassName
{
color: #53CC20;
}
</style>
background-color css
<style>
a { background-color: #53CC20; }
a { background-color: rgb(83,204,32); }
div.DivClassName
{
background-color: #53CC20;
}
.BgClassName
{
background-color: #53CC20;
}
</style>
border-color css
<style>
span { border-color: #53CC20; }
span { border-color: rgb(83,204,32); }
td.TdClassName
{
border-color: #53CC20;
}
.TagClassName
{
border-color: #53CC20;
}
</style>