Shades of Limeade #53910C
Tints of Limeade #53910C
RGB
CMYK
RGB Variations
Color information
#53910C (or 0x53910C) is known color: Limeade. HEX triplet: 53, 91 and 0C. RGB value is (83,145,12). Sum of RGB (Red+Green+Blue) = 83+145+12=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #53910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53910C is #AC6EF3. Grayscale: #6F6F6F. Windows color (decimal): -11300596 or 823635. OLE color: 823635.
HSL color Cylindrical-coordinate representation of color #53910C: hue angle of 87.97º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53910C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 145 | 12 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.43 |
| HSL | 87.97º | 0.85% | 0.31% | - |
| HSV(B) | 87.97º | 0.92% | 0.57% | - |
| XYZ | 13.76 | 22.12 | 3.89 | - |
| YUV | 111.3 | 71.96 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 12 | 0.43 | 0 | 0.92 | 0.43 | 87.97 | 0.85 | 0.31 |
| Hex | 53 | 91 | C | 2B | 0 | 5C | 2B | 58 | 55 | 1F |
| Octal | 123 | 221 | 14 | 53 | 0 | 134 | 53 | 130 | 125 | 37 |
| Binary | 1010011 | 10010001 | 1100 | 101011 | 0 | 1011100 | 101011 | 1011000 | 1010101 | 11111 |
Color Harmonies of #53910C
Complementary color
Monochromatic Colors of #53910C
Black with #53910C
Text Example
Text Example
White with #53910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53910C; }
p { color: rgb(83,145,12); }
H1.HeaderClassName
{
color: #53910C;
}
.AnyTagClassName
{
color: #53910C;
}
</style>
background-color css
<style>
a { background-color: #53910C; }
a { background-color: rgb(83,145,12); }
div.DivClassName
{
background-color: #53910C;
}
.BgClassName
{
background-color: #53910C;
}
</style>
border-color css
<style>
span { border-color: #53910C; }
span { border-color: rgb(83,145,12); }
td.TdClassName
{
border-color: #53910C;
}
.TagClassName
{
border-color: #53910C;
}
</style>