Shades of Kelly Green #53A605
Tints of Kelly Green #53A605
RGB
CMYK
RGB Variations
Color information
#53A605 (or 0x53A605) is known color: Kelly Green. HEX triplet: 53, A6 and 05. RGB value is (83,166,5). Sum of RGB (Red+Green+Blue) = 83+166+5=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 166 (65.23% from 255 or 65.35% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 166 - color contains mainly: green. Hex color #53A605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A605 is #AC59FA. Grayscale: #7B7B7B. Windows color (decimal): -11295227 or 370259. OLE color: 370259.
HSL color Cylindrical-coordinate representation of color #53A605: hue angle of 90.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53A605 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 5 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.35 |
| HSL | 90.93º | 0.94% | 0.34% | - |
| HSV(B) | 90.93º | 0.97% | 0.65% | - |
| XYZ | 17.23 | 29.12 | 4.86 | - |
| YUV | 122.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 5 | 0.50 | 0 | 0.97 | 0.35 | 90.93 | 0.94 | 0.34 |
| Hex | 53 | A6 | 5 | 32 | 0 | 61 | 23 | 5B | 5E | 22 |
| Octal | 123 | 246 | 5 | 62 | 0 | 141 | 43 | 133 | 136 | 42 |
| Binary | 1010011 | 10100110 | 101 | 110010 | 0 | 1100001 | 100011 | 1011011 | 1011110 | 100010 |
Color Harmonies of #53A605
Complementary color
Monochromatic Colors of #53A605
Black with #53A605
Text Example
Text Example
White with #53A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A605; }
p { color: rgb(83,166,5); }
H1.HeaderClassName
{
color: #53A605;
}
.AnyTagClassName
{
color: #53A605;
}
</style>
background-color css
<style>
a { background-color: #53A605; }
a { background-color: rgb(83,166,5); }
div.DivClassName
{
background-color: #53A605;
}
.BgClassName
{
background-color: #53A605;
}
</style>
border-color css
<style>
span { border-color: #53A605; }
span { border-color: rgb(83,166,5); }
td.TdClassName
{
border-color: #53A605;
}
.TagClassName
{
border-color: #53A605;
}
</style>