Shades of Kelly Green #53C50D
Tints of Kelly Green #53C50D
RGB
CMYK
RGB Variations
Color information
#53C50D (or 0x53C50D) is known color: Kelly Green. HEX triplet: 53, C5 and 0D. RGB value is (83,197,13). Sum of RGB (Red+Green+Blue) = 83+197+13=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #53C50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C50D is #AC3AF2. Grayscale: #8E8E8E. Windows color (decimal): -11287283 or 902483. OLE color: 902483.
HSL color Cylindrical-coordinate representation of color #53C50D: hue angle of 97.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53C50D is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 13 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.23 |
| HSL | 97.17º | 0.88% | 0.41% | - |
| HSV(B) | 97.17º | 0.93% | 0.77% | - |
| XYZ | 23.61 | 41.8 | 7.2 | - |
| YUV | 141.94 | 55.23 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 13 | 0.58 | 0 | 0.93 | 0.23 | 97.17 | 0.88 | 0.41 |
| Hex | 53 | C5 | D | 3A | 0 | 5D | 17 | 61 | 58 | 29 |
| Octal | 123 | 305 | 15 | 72 | 0 | 135 | 27 | 141 | 130 | 51 |
| Binary | 1010011 | 11000101 | 1101 | 111010 | 0 | 1011101 | 10111 | 1100001 | 1011000 | 101001 |
Color Harmonies of #53C50D
Complementary color
Monochromatic Colors of #53C50D
Black with #53C50D
Text Example
Text Example
White with #53C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C50D; }
p { color: rgb(83,197,13); }
H1.HeaderClassName
{
color: #53C50D;
}
.AnyTagClassName
{
color: #53C50D;
}
</style>
background-color css
<style>
a { background-color: #53C50D; }
a { background-color: rgb(83,197,13); }
div.DivClassName
{
background-color: #53C50D;
}
.BgClassName
{
background-color: #53C50D;
}
</style>
border-color css
<style>
span { border-color: #53C50D; }
span { border-color: rgb(83,197,13); }
td.TdClassName
{
border-color: #53C50D;
}
.TagClassName
{
border-color: #53C50D;
}
</style>