Shades of Kelly Green #53A002
Tints of Kelly Green #53A002
RGB
CMYK
RGB Variations
Color information
#53A002 (or 0x53A002) is known color: Kelly Green. HEX triplet: 53, A0 and 02. RGB value is (83,160,2). Sum of RGB (Red+Green+Blue) = 83+160+2=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #53A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A002 is #AC5FFD. Grayscale: #777777. Windows color (decimal): -11296766 or 172115. OLE color: 172115.
HSL color Cylindrical-coordinate representation of color #53A002: hue angle of 89.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53A002 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.37 |
| HSL | 89.24º | 0.98% | 0.32% | - |
| HSV(B) | 89.24º | 0.99% | 0.63% | - |
| XYZ | 16.15 | 26.99 | 4.41 | - |
| YUV | 118.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 2 | 0.48 | 0 | 0.99 | 0.37 | 89.24 | 0.98 | 0.32 |
| Hex | 53 | A0 | 2 | 30 | 0 | 63 | 25 | 59 | 62 | 20 |
| Octal | 123 | 240 | 2 | 60 | 0 | 143 | 45 | 131 | 142 | 40 |
| Binary | 1010011 | 10100000 | 10 | 110000 | 0 | 1100011 | 100101 | 1011001 | 1100010 | 100000 |
Color Harmonies of #53A002
Complementary color
Monochromatic Colors of #53A002
Black with #53A002
Text Example
Text Example
White with #53A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A002; }
p { color: rgb(83,160,2); }
H1.HeaderClassName
{
color: #53A002;
}
.AnyTagClassName
{
color: #53A002;
}
</style>
background-color css
<style>
a { background-color: #53A002; }
a { background-color: rgb(83,160,2); }
div.DivClassName
{
background-color: #53A002;
}
.BgClassName
{
background-color: #53A002;
}
</style>
border-color css
<style>
span { border-color: #53A002; }
span { border-color: rgb(83,160,2); }
td.TdClassName
{
border-color: #53A002;
}
.TagClassName
{
border-color: #53A002;
}
</style>