Shades of Kelly Green #53A810
Tints of Kelly Green #53A810
RGB
CMYK
RGB Variations
Color information
#53A810 (or 0x53A810) is known color: Kelly Green. HEX triplet: 53, A8 and 10. RGB value is (83,168,16). Sum of RGB (Red+Green+Blue) = 83+168+16=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #53A810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A810 is #AC57EF. Grayscale: #7D7D7D. Windows color (decimal): -11294704 or 1091667. OLE color: 1091667.
HSL color Cylindrical-coordinate representation of color #53A810: hue angle of 93.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53A810 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 16 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.34 |
| HSL | 93.55º | 0.83% | 0.36% | - |
| HSV(B) | 93.55º | 0.9% | 0.66% | - |
| XYZ | 17.66 | 29.88 | 5.33 | - |
| YUV | 125.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 16 | 0.51 | 0 | 0.90 | 0.34 | 93.55 | 0.83 | 0.36 |
| Hex | 53 | A8 | 10 | 33 | 0 | 5A | 22 | 5E | 53 | 24 |
| Octal | 123 | 250 | 20 | 63 | 0 | 132 | 42 | 136 | 123 | 44 |
| Binary | 1010011 | 10101000 | 10000 | 110011 | 0 | 1011010 | 100010 | 1011110 | 1010011 | 100100 |
Color Harmonies of #53A810
Complementary color
Monochromatic Colors of #53A810
Black with #53A810
Text Example
Text Example
White with #53A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A810; }
p { color: rgb(83,168,16); }
H1.HeaderClassName
{
color: #53A810;
}
.AnyTagClassName
{
color: #53A810;
}
</style>
background-color css
<style>
a { background-color: #53A810; }
a { background-color: rgb(83,168,16); }
div.DivClassName
{
background-color: #53A810;
}
.BgClassName
{
background-color: #53A810;
}
</style>
border-color css
<style>
span { border-color: #53A810; }
span { border-color: rgb(83,168,16); }
td.TdClassName
{
border-color: #53A810;
}
.TagClassName
{
border-color: #53A810;
}
</style>