Shades of Limeade #53940C
Tints of Limeade #53940C
RGB
CMYK
RGB Variations
Color information
#53940C (or 0x53940C) is known color: Limeade. HEX triplet: 53, 94 and 0C. RGB value is (83,148,12). Sum of RGB (Red+Green+Blue) = 83+148+12=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #53940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53940C is #AC6BF3. Grayscale: #717171. Windows color (decimal): -11299828 or 824403. OLE color: 824403.
HSL color Cylindrical-coordinate representation of color #53940C: hue angle of 88.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53940C is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 12 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.42 |
| HSL | 88.68º | 0.85% | 0.31% | - |
| HSV(B) | 88.68º | 0.92% | 0.58% | - |
| XYZ | 14.22 | 23.05 | 4.05 | - |
| YUV | 113.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 12 | 0.44 | 0 | 0.92 | 0.42 | 88.68 | 0.85 | 0.31 |
| Hex | 53 | 94 | C | 2C | 0 | 5C | 2A | 59 | 55 | 1F |
| Octal | 123 | 224 | 14 | 54 | 0 | 134 | 52 | 131 | 125 | 37 |
| Binary | 1010011 | 10010100 | 1100 | 101100 | 0 | 1011100 | 101010 | 1011001 | 1010101 | 11111 |
Color Harmonies of #53940C
Complementary color
Monochromatic Colors of #53940C
Black with #53940C
Text Example
Text Example
White with #53940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53940C; }
p { color: rgb(83,148,12); }
H1.HeaderClassName
{
color: #53940C;
}
.AnyTagClassName
{
color: #53940C;
}
</style>
background-color css
<style>
a { background-color: #53940C; }
a { background-color: rgb(83,148,12); }
div.DivClassName
{
background-color: #53940C;
}
.BgClassName
{
background-color: #53940C;
}
</style>
border-color css
<style>
span { border-color: #53940C; }
span { border-color: rgb(83,148,12); }
td.TdClassName
{
border-color: #53940C;
}
.TagClassName
{
border-color: #53940C;
}
</style>