Shades of Limeade #50900A
Tints of Limeade #50900A
RGB
CMYK
RGB Variations
Color information
#50900A (or 0x50900A) is known color: Limeade. HEX triplet: 50, 90 and 0A. RGB value is (80,144,10). Sum of RGB (Red+Green+Blue) = 80+144+10=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #50900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50900A is #AF6FF5. Grayscale: #6E6E6E. Windows color (decimal): -11497462 or 692304. OLE color: 692304.
HSL color Cylindrical-coordinate representation of color #50900A: hue angle of 88.66º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50900A is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 10 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.44 |
| HSL | 88.66º | 0.87% | 0.3% | - |
| HSV(B) | 88.66º | 0.93% | 0.56% | - |
| XYZ | 13.34 | 21.67 | 3.77 | - |
| YUV | 109.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 10 | 0.44 | 0 | 0.93 | 0.44 | 88.66 | 0.87 | 0.3 |
| Hex | 50 | 90 | A | 2C | 0 | 5D | 2C | 59 | 57 | 1E |
| Octal | 120 | 220 | 12 | 54 | 0 | 135 | 54 | 131 | 127 | 36 |
| Binary | 1010000 | 10010000 | 1010 | 101100 | 0 | 1011101 | 101100 | 1011001 | 1010111 | 11110 |
Color Harmonies of #50900A
Complementary color
Monochromatic Colors of #50900A
Black with #50900A
Text Example
Text Example
White with #50900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50900A; }
p { color: rgb(80,144,10); }
H1.HeaderClassName
{
color: #50900A;
}
.AnyTagClassName
{
color: #50900A;
}
</style>
background-color css
<style>
a { background-color: #50900A; }
a { background-color: rgb(80,144,10); }
div.DivClassName
{
background-color: #50900A;
}
.BgClassName
{
background-color: #50900A;
}
</style>
border-color css
<style>
span { border-color: #50900A; }
span { border-color: rgb(80,144,10); }
td.TdClassName
{
border-color: #50900A;
}
.TagClassName
{
border-color: #50900A;
}
</style>