Shades of Kelly Green #53C512
Tints of Kelly Green #53C512
RGB
CMYK
RGB Variations
Color information
#53C512 (or 0x53C512) is known color: Kelly Green. HEX triplet: 53, C5 and 12. RGB value is (83,197,18). Sum of RGB (Red+Green+Blue) = 83+197+18=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #53C512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C512 is #AC3AED. Grayscale: #8F8F8F. Windows color (decimal): -11287278 or 1230163. OLE color: 1230163.
HSL color Cylindrical-coordinate representation of color #53C512: hue angle of 98.21º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53C512 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 18 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.23 |
| HSL | 98.21º | 0.83% | 0.42% | - |
| HSV(B) | 98.21º | 0.91% | 0.77% | - |
| XYZ | 23.64 | 41.82 | 7.4 | - |
| YUV | 142.51 | 57.73 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 18 | 0.58 | 0 | 0.91 | 0.23 | 98.21 | 0.83 | 0.42 |
| Hex | 53 | C5 | 12 | 3A | 0 | 5B | 17 | 62 | 53 | 2A |
| Octal | 123 | 305 | 22 | 72 | 0 | 133 | 27 | 142 | 123 | 52 |
| Binary | 1010011 | 11000101 | 10010 | 111010 | 0 | 1011011 | 10111 | 1100010 | 1010011 | 101010 |
Color Harmonies of #53C512
Complementary color
Monochromatic Colors of #53C512
Black with #53C512
Text Example
Text Example
White with #53C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C512; }
p { color: rgb(83,197,18); }
H1.HeaderClassName
{
color: #53C512;
}
.AnyTagClassName
{
color: #53C512;
}
</style>
background-color css
<style>
a { background-color: #53C512; }
a { background-color: rgb(83,197,18); }
div.DivClassName
{
background-color: #53C512;
}
.BgClassName
{
background-color: #53C512;
}
</style>
border-color css
<style>
span { border-color: #53C512; }
span { border-color: rgb(83,197,18); }
td.TdClassName
{
border-color: #53C512;
}
.TagClassName
{
border-color: #53C512;
}
</style>