Shades of Kelly Green #53A616
Tints of Kelly Green #53A616
RGB
CMYK
RGB Variations
Color information
#53A616 (or 0x53A616) is known color: Kelly Green. HEX triplet: 53, A6 and 16. RGB value is (83,166,22). Sum of RGB (Red+Green+Blue) = 83+166+22=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #53A616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A616 is #AC59E9. Grayscale: #7D7D7D. Windows color (decimal): -11295210 or 1484371. OLE color: 1484371.
HSL color Cylindrical-coordinate representation of color #53A616: hue angle of 94.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53A616 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 22 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.35 |
| HSL | 94.58º | 0.77% | 0.37% | - |
| HSV(B) | 94.58º | 0.87% | 0.65% | - |
| XYZ | 17.35 | 29.17 | 5.47 | - |
| YUV | 124.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 22 | 0.50 | 0 | 0.87 | 0.35 | 94.58 | 0.77 | 0.37 |
| Hex | 53 | A6 | 16 | 32 | 0 | 57 | 23 | 5F | 4D | 25 |
| Octal | 123 | 246 | 26 | 62 | 0 | 127 | 43 | 137 | 115 | 45 |
| Binary | 1010011 | 10100110 | 10110 | 110010 | 0 | 1010111 | 100011 | 1011111 | 1001101 | 100101 |
Color Harmonies of #53A616
Complementary color
Monochromatic Colors of #53A616
Black with #53A616
Text Example
Text Example
White with #53A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A616; }
p { color: rgb(83,166,22); }
H1.HeaderClassName
{
color: #53A616;
}
.AnyTagClassName
{
color: #53A616;
}
</style>
background-color css
<style>
a { background-color: #53A616; }
a { background-color: rgb(83,166,22); }
div.DivClassName
{
background-color: #53A616;
}
.BgClassName
{
background-color: #53A616;
}
</style>
border-color css
<style>
span { border-color: #53A616; }
span { border-color: rgb(83,166,22); }
td.TdClassName
{
border-color: #53A616;
}
.TagClassName
{
border-color: #53A616;
}
</style>