Shades of Kelly Green #53A613
Tints of Kelly Green #53A613
RGB
CMYK
RGB Variations
Color information
#53A613 (or 0x53A613) is known color: Kelly Green. HEX triplet: 53, A6 and 13. RGB value is (83,166,19). Sum of RGB (Red+Green+Blue) = 83+166+19=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 166 (65.23% from 255 or 61.94% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 166 - color contains mainly: green. Hex color #53A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A613 is #AC59EC. Grayscale: #7C7C7C. Windows color (decimal): -11295213 or 1287763. OLE color: 1287763.
HSL color Cylindrical-coordinate representation of color #53A613: hue angle of 93.88º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53A613 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 19 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.35 |
| HSL | 93.88º | 0.79% | 0.36% | - |
| HSV(B) | 93.88º | 0.89% | 0.65% | - |
| XYZ | 17.32 | 29.16 | 5.33 | - |
| YUV | 124.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 19 | 0.50 | 0 | 0.89 | 0.35 | 93.88 | 0.79 | 0.36 |
| Hex | 53 | A6 | 13 | 32 | 0 | 59 | 23 | 5E | 4F | 24 |
| Octal | 123 | 246 | 23 | 62 | 0 | 131 | 43 | 136 | 117 | 44 |
| Binary | 1010011 | 10100110 | 10011 | 110010 | 0 | 1011001 | 100011 | 1011110 | 1001111 | 100100 |
Color Harmonies of #53A613
Complementary color
Monochromatic Colors of #53A613
Black with #53A613
Text Example
Text Example
White with #53A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A613; }
p { color: rgb(83,166,19); }
H1.HeaderClassName
{
color: #53A613;
}
.AnyTagClassName
{
color: #53A613;
}
</style>
background-color css
<style>
a { background-color: #53A613; }
a { background-color: rgb(83,166,19); }
div.DivClassName
{
background-color: #53A613;
}
.BgClassName
{
background-color: #53A613;
}
</style>
border-color css
<style>
span { border-color: #53A613; }
span { border-color: rgb(83,166,19); }
td.TdClassName
{
border-color: #53A613;
}
.TagClassName
{
border-color: #53A613;
}
</style>