Shades of Kelly Green #53A400
Tints of Kelly Green #53A400
RGB
CMYK
RGB Variations
Color information
#53A400 (or 0x53A400) is known color: Kelly Green. HEX triplet: 53, A4 and 00. RGB value is (83,164,0). Sum of RGB (Red+Green+Blue) = 83+164+0=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #53A400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A400 is #AC5BFF. Grayscale: #797979. Windows color (decimal): -11295744 or 42067. OLE color: 42067.
HSL color Cylindrical-coordinate representation of color #53A400: hue angle of 89.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53A400 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 164 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.36 |
| HSL | 89.63º | 1% | 0.32% | - |
| HSV(B) | 89.63º | 1% | 0.64% | - |
| XYZ | 16.84 | 28.39 | 4.59 | - |
| YUV | 121.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 0 | 0.49 | 0 | 1 | 0.36 | 89.63 | 1 | 0.32 |
| Hex | 53 | A4 | 0 | 31 | 0 | 64 | 24 | 5A | 64 | 20 |
| Octal | 123 | 244 | 0 | 61 | 0 | 144 | 44 | 132 | 144 | 40 |
| Binary | 1010011 | 10100100 | 0 | 110001 | 0 | 1100100 | 100100 | 1011010 | 1100100 | 100000 |
Color Harmonies of #53A400
Complementary color
Monochromatic Colors of #53A400
Black with #53A400
Text Example
Text Example
White with #53A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A400; }
p { color: rgb(83,164,0); }
H1.HeaderClassName
{
color: #53A400;
}
.AnyTagClassName
{
color: #53A400;
}
</style>
background-color css
<style>
a { background-color: #53A400; }
a { background-color: rgb(83,164,0); }
div.DivClassName
{
background-color: #53A400;
}
.BgClassName
{
background-color: #53A400;
}
</style>
border-color css
<style>
span { border-color: #53A400; }
span { border-color: rgb(83,164,0); }
td.TdClassName
{
border-color: #53A400;
}
.TagClassName
{
border-color: #53A400;
}
</style>