Shades of Kelly Green #53AA14
Tints of Kelly Green #53AA14
RGB
CMYK
RGB Variations
Color information
#53AA14 (or 0x53AA14) is known color: Kelly Green. HEX triplet: 53, AA and 14. RGB value is (83,170,20). Sum of RGB (Red+Green+Blue) = 83+170+20=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AA14 is #AC55EB. Grayscale: #7F7F7F. Windows color (decimal): -11294188 or 1354323. OLE color: 1354323.
HSL color Cylindrical-coordinate representation of color #53AA14: hue angle of 94.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53AA14 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 20 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.33 |
| HSL | 94.8º | 0.79% | 0.37% | - |
| HSV(B) | 94.8º | 0.88% | 0.67% | - |
| XYZ | 18.07 | 30.64 | 5.62 | - |
| YUV | 126.89 | 67.68 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 20 | 0.51 | 0 | 0.88 | 0.33 | 94.8 | 0.79 | 0.37 |
| Hex | 53 | AA | 14 | 33 | 0 | 58 | 21 | 5F | 4F | 25 |
| Octal | 123 | 252 | 24 | 63 | 0 | 130 | 41 | 137 | 117 | 45 |
| Binary | 1010011 | 10101010 | 10100 | 110011 | 0 | 1011000 | 100001 | 1011111 | 1001111 | 100101 |
Color Harmonies of #53AA14
Complementary color
Monochromatic Colors of #53AA14
Black with #53AA14
Text Example
Text Example
White with #53AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA14; }
p { color: rgb(83,170,20); }
H1.HeaderClassName
{
color: #53AA14;
}
.AnyTagClassName
{
color: #53AA14;
}
</style>
background-color css
<style>
a { background-color: #53AA14; }
a { background-color: rgb(83,170,20); }
div.DivClassName
{
background-color: #53AA14;
}
.BgClassName
{
background-color: #53AA14;
}
</style>
border-color css
<style>
span { border-color: #53AA14; }
span { border-color: rgb(83,170,20); }
td.TdClassName
{
border-color: #53AA14;
}
.TagClassName
{
border-color: #53AA14;
}
</style>