Shades of Kelly Green #53A503
Tints of Kelly Green #53A503
RGB
CMYK
RGB Variations
Color information
#53A503 (or 0x53A503) is known color: Kelly Green. HEX triplet: 53, A5 and 03. RGB value is (83,165,3). Sum of RGB (Red+Green+Blue) = 83+165+3=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #53A503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A503 is #AC5AFC. Grayscale: #7A7A7A. Windows color (decimal): -11295485 or 238931. OLE color: 238931.
HSL color Cylindrical-coordinate representation of color #53A503: hue angle of 90.37º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53A503 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 3 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.35 |
| HSL | 90.37º | 0.96% | 0.33% | - |
| HSV(B) | 90.37º | 0.98% | 0.65% | - |
| XYZ | 17.04 | 28.76 | 4.74 | - |
| YUV | 122.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 3 | 0.50 | 0 | 0.98 | 0.35 | 90.37 | 0.96 | 0.33 |
| Hex | 53 | A5 | 3 | 32 | 0 | 62 | 23 | 5A | 60 | 21 |
| Octal | 123 | 245 | 3 | 62 | 0 | 142 | 43 | 132 | 140 | 41 |
| Binary | 1010011 | 10100101 | 11 | 110010 | 0 | 1100010 | 100011 | 1011010 | 1100000 | 100001 |
Color Harmonies of #53A503
Complementary color
Monochromatic Colors of #53A503
Black with #53A503
Text Example
Text Example
White with #53A503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A503; }
p { color: rgb(83,165,3); }
H1.HeaderClassName
{
color: #53A503;
}
.AnyTagClassName
{
color: #53A503;
}
</style>
background-color css
<style>
a { background-color: #53A503; }
a { background-color: rgb(83,165,3); }
div.DivClassName
{
background-color: #53A503;
}
.BgClassName
{
background-color: #53A503;
}
</style>
border-color css
<style>
span { border-color: #53A503; }
span { border-color: rgb(83,165,3); }
td.TdClassName
{
border-color: #53A503;
}
.TagClassName
{
border-color: #53A503;
}
</style>