Shades of Limeade #53940D
Tints of Limeade #53940D
RGB
CMYK
RGB Variations
Color information
#53940D (or 0x53940D) is known color: Limeade. HEX triplet: 53, 94 and 0D. RGB value is (83,148,13). Sum of RGB (Red+Green+Blue) = 83+148+13=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #53940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53940D is #AC6BF2. Grayscale: #717171. Windows color (decimal): -11299827 or 889939. OLE color: 889939.
HSL color Cylindrical-coordinate representation of color #53940D: hue angle of 88.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53940D is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 13 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.42 |
| HSL | 88.89º | 0.84% | 0.32% | - |
| HSV(B) | 88.89º | 0.91% | 0.58% | - |
| XYZ | 14.23 | 23.05 | 4.08 | - |
| YUV | 113.18 | 71.47 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 13 | 0.44 | 0 | 0.91 | 0.42 | 88.89 | 0.84 | 0.32 |
| Hex | 53 | 94 | D | 2C | 0 | 5B | 2A | 59 | 54 | 20 |
| Octal | 123 | 224 | 15 | 54 | 0 | 133 | 52 | 131 | 124 | 40 |
| Binary | 1010011 | 10010100 | 1101 | 101100 | 0 | 1011011 | 101010 | 1011001 | 1010100 | 100000 |
Color Harmonies of #53940D
Complementary color
Monochromatic Colors of #53940D
Black with #53940D
Text Example
Text Example
White with #53940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53940D; }
p { color: rgb(83,148,13); }
H1.HeaderClassName
{
color: #53940D;
}
.AnyTagClassName
{
color: #53940D;
}
</style>
background-color css
<style>
a { background-color: #53940D; }
a { background-color: rgb(83,148,13); }
div.DivClassName
{
background-color: #53940D;
}
.BgClassName
{
background-color: #53940D;
}
</style>
border-color css
<style>
span { border-color: #53940D; }
span { border-color: rgb(83,148,13); }
td.TdClassName
{
border-color: #53940D;
}
.TagClassName
{
border-color: #53940D;
}
</style>