Shades of Kelly Green #53A302
Tints of Kelly Green #53A302
RGB
CMYK
RGB Variations
Color information
#53A302 (or 0x53A302) is known color: Kelly Green. HEX triplet: 53, A3 and 02. RGB value is (83,163,2). Sum of RGB (Red+Green+Blue) = 83+163+2=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #53A302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A302 is #AC5CFD. Grayscale: #797979. Windows color (decimal): -11295998 or 172883. OLE color: 172883.
HSL color Cylindrical-coordinate representation of color #53A302: hue angle of 89.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53A302 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.36 |
| HSL | 89.81º | 0.98% | 0.32% | - |
| HSV(B) | 89.81º | 0.99% | 0.64% | - |
| XYZ | 16.68 | 28.04 | 4.59 | - |
| YUV | 120.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 2 | 0.49 | 0 | 0.99 | 0.36 | 89.81 | 0.98 | 0.32 |
| Hex | 53 | A3 | 2 | 31 | 0 | 63 | 24 | 5A | 62 | 20 |
| Octal | 123 | 243 | 2 | 61 | 0 | 143 | 44 | 132 | 142 | 40 |
| Binary | 1010011 | 10100011 | 10 | 110001 | 0 | 1100011 | 100100 | 1011010 | 1100010 | 100000 |
Color Harmonies of #53A302
Complementary color
Monochromatic Colors of #53A302
Black with #53A302
Text Example
Text Example
White with #53A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A302; }
p { color: rgb(83,163,2); }
H1.HeaderClassName
{
color: #53A302;
}
.AnyTagClassName
{
color: #53A302;
}
</style>
background-color css
<style>
a { background-color: #53A302; }
a { background-color: rgb(83,163,2); }
div.DivClassName
{
background-color: #53A302;
}
.BgClassName
{
background-color: #53A302;
}
</style>
border-color css
<style>
span { border-color: #53A302; }
span { border-color: rgb(83,163,2); }
td.TdClassName
{
border-color: #53A302;
}
.TagClassName
{
border-color: #53A302;
}
</style>