Shades of Limeade #53A622
Tints of Limeade #53A622
RGB
CMYK
RGB Variations
Color information
#53A622 (or 0x53A622) is known color: Limeade. HEX triplet: 53, A6 and 22. RGB value is (83,166,34). Sum of RGB (Red+Green+Blue) = 83+166+34=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #53A622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A622 is #AC59DD. Grayscale: #7E7E7E. Windows color (decimal): -11295198 or 2270803. OLE color: 2270803.
HSL color Cylindrical-coordinate representation of color #53A622: hue angle of 97.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53A622 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 34 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.35 |
| HSL | 97.73º | 0.66% | 0.39% | - |
| HSV(B) | 97.73º | 0.8% | 0.65% | - |
| XYZ | 17.49 | 29.23 | 6.23 | - |
| YUV | 126.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 34 | 0.50 | 0 | 0.80 | 0.35 | 97.73 | 0.66 | 0.39 |
| Hex | 53 | A6 | 22 | 32 | 0 | 50 | 23 | 62 | 42 | 27 |
| Octal | 123 | 246 | 42 | 62 | 0 | 120 | 43 | 142 | 102 | 47 |
| Binary | 1010011 | 10100110 | 100010 | 110010 | 0 | 1010000 | 100011 | 1100010 | 1000010 | 100111 |
Color Harmonies of #53A622
Complementary color
Monochromatic Colors of #53A622
Black with #53A622
Text Example
Text Example
White with #53A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A622; }
p { color: rgb(83,166,34); }
H1.HeaderClassName
{
color: #53A622;
}
.AnyTagClassName
{
color: #53A622;
}
</style>
background-color css
<style>
a { background-color: #53A622; }
a { background-color: rgb(83,166,34); }
div.DivClassName
{
background-color: #53A622;
}
.BgClassName
{
background-color: #53A622;
}
</style>
border-color css
<style>
span { border-color: #53A622; }
span { border-color: rgb(83,166,34); }
td.TdClassName
{
border-color: #53A622;
}
.TagClassName
{
border-color: #53A622;
}
</style>