Shades of Kelly Green #53AF28
Tints of Kelly Green #53AF28
RGB
CMYK
RGB Variations
Color information
#53AF28 (or 0x53AF28) is known color: Kelly Green. HEX triplet: 53, AF and 28. RGB value is (83,175,40). Sum of RGB (Red+Green+Blue) = 83+175+40=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF28 is #AC50D7. Grayscale: #848484. Windows color (decimal): -11292888 or 2666323. OLE color: 2666323.
HSL color Cylindrical-coordinate representation of color #53AF28: hue angle of 100.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53AF28 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 40 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.31 |
| HSL | 100.89º | 0.63% | 0.42% | - |
| HSV(B) | 100.89º | 0.77% | 0.69% | - |
| XYZ | 19.28 | 32.65 | 7.29 | - |
| YUV | 132.1 | 76.02 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 40 | 0.53 | 0 | 0.77 | 0.31 | 100.89 | 0.63 | 0.42 |
| Hex | 53 | AF | 28 | 35 | 0 | 4D | 1F | 65 | 3F | 2A |
| Octal | 123 | 257 | 50 | 65 | 0 | 115 | 37 | 145 | 77 | 52 |
| Binary | 1010011 | 10101111 | 101000 | 110101 | 0 | 1001101 | 11111 | 1100101 | 111111 | 101010 |
Color Harmonies of #53AF28
Complementary color
Monochromatic Colors of #53AF28
Black with #53AF28
Text Example
Text Example
White with #53AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF28; }
p { color: rgb(83,175,40); }
H1.HeaderClassName
{
color: #53AF28;
}
.AnyTagClassName
{
color: #53AF28;
}
</style>
background-color css
<style>
a { background-color: #53AF28; }
a { background-color: rgb(83,175,40); }
div.DivClassName
{
background-color: #53AF28;
}
.BgClassName
{
background-color: #53AF28;
}
</style>
border-color css
<style>
span { border-color: #53AF28; }
span { border-color: rgb(83,175,40); }
td.TdClassName
{
border-color: #53AF28;
}
.TagClassName
{
border-color: #53AF28;
}
</style>