Shades of Kelly Green #53C113
Tints of Kelly Green #53C113
RGB
CMYK
RGB Variations
Color information
#53C113 (or 0x53C113) is known color: Kelly Green. HEX triplet: 53, C1 and 13. RGB value is (83,193,19). Sum of RGB (Red+Green+Blue) = 83+193+19=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #53C113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C113 is #AC3EEC. Grayscale: #8C8C8C. Windows color (decimal): -11288301 or 1294675. OLE color: 1294675.
HSL color Cylindrical-coordinate representation of color #53C113: hue angle of 97.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53C113 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 19 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.24 |
| HSL | 97.93º | 0.82% | 0.42% | - |
| HSV(B) | 97.93º | 0.9% | 0.76% | - |
| XYZ | 22.75 | 40.03 | 7.14 | - |
| YUV | 140.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 19 | 0.57 | 0 | 0.90 | 0.24 | 97.93 | 0.82 | 0.42 |
| Hex | 53 | C1 | 13 | 39 | 0 | 5A | 18 | 62 | 52 | 2A |
| Octal | 123 | 301 | 23 | 71 | 0 | 132 | 30 | 142 | 122 | 52 |
| Binary | 1010011 | 11000001 | 10011 | 111001 | 0 | 1011010 | 11000 | 1100010 | 1010010 | 101010 |
Color Harmonies of #53C113
Complementary color
Monochromatic Colors of #53C113
Black with #53C113
Text Example
Text Example
White with #53C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C113; }
p { color: rgb(83,193,19); }
H1.HeaderClassName
{
color: #53C113;
}
.AnyTagClassName
{
color: #53C113;
}
</style>
background-color css
<style>
a { background-color: #53C113; }
a { background-color: rgb(83,193,19); }
div.DivClassName
{
background-color: #53C113;
}
.BgClassName
{
background-color: #53C113;
}
</style>
border-color css
<style>
span { border-color: #53C113; }
span { border-color: rgb(83,193,19); }
td.TdClassName
{
border-color: #53C113;
}
.TagClassName
{
border-color: #53C113;
}
</style>