Shades of Limeade #53962F
Tints of Limeade #53962F
RGB
CMYK
RGB Variations
Color information
#53962F (or 0x53962F) is known color: Limeade. HEX triplet: 53, 96 and 2F. RGB value is (83,150,47). Sum of RGB (Red+Green+Blue) = 83+150+47=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #53962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53962F is #AC69D0. Grayscale: #767676. Windows color (decimal): -11299281 or 3118675. OLE color: 3118675.
HSL color Cylindrical-coordinate representation of color #53962F: hue angle of 99.03º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53962F is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 150 | 47 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.41 |
| HSL | 99.03º | 0.52% | 0.39% | - |
| HSV(B) | 99.03º | 0.69% | 0.59% | - |
| XYZ | 14.99 | 23.86 | 6.5 | - |
| YUV | 118.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 47 | 0.45 | 0 | 0.69 | 0.41 | 99.03 | 0.52 | 0.39 |
| Hex | 53 | 96 | 2F | 2D | 0 | 45 | 29 | 63 | 34 | 27 |
| Octal | 123 | 226 | 57 | 55 | 0 | 105 | 51 | 143 | 64 | 47 |
| Binary | 1010011 | 10010110 | 101111 | 101101 | 0 | 1000101 | 101001 | 1100011 | 110100 | 100111 |
Color Harmonies of #53962F
Complementary color
Monochromatic Colors of #53962F
Black with #53962F
Text Example
Text Example
White with #53962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53962F; }
p { color: rgb(83,150,47); }
H1.HeaderClassName
{
color: #53962F;
}
.AnyTagClassName
{
color: #53962F;
}
</style>
background-color css
<style>
a { background-color: #53962F; }
a { background-color: rgb(83,150,47); }
div.DivClassName
{
background-color: #53962F;
}
.BgClassName
{
background-color: #53962F;
}
</style>
border-color css
<style>
span { border-color: #53962F; }
span { border-color: rgb(83,150,47); }
td.TdClassName
{
border-color: #53962F;
}
.TagClassName
{
border-color: #53962F;
}
</style>