Shades of Limeade #509010
Tints of Limeade #509010
RGB
CMYK
RGB Variations
Color information
#509010 (or 0x509010) is known color: Limeade. HEX triplet: 50, 90 and 10. RGB value is (80,144,16). Sum of RGB (Red+Green+Blue) = 80+144+16=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #509010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509010 is #AF6FEF. Grayscale: #6E6E6E. Windows color (decimal): -11497456 or 1085520. OLE color: 1085520.
HSL color Cylindrical-coordinate representation of color #509010: hue angle of 90º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #509010 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 16 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.44 |
| HSL | 90º | 0.8% | 0.31% | - |
| HSV(B) | 90º | 0.89% | 0.56% | - |
| XYZ | 13.38 | 21.69 | 3.97 | - |
| YUV | 110.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 16 | 0.44 | 0 | 0.89 | 0.44 | 90 | 0.8 | 0.31 |
| Hex | 50 | 90 | 10 | 2C | 0 | 59 | 2C | 5A | 50 | 1F |
| Octal | 120 | 220 | 20 | 54 | 0 | 131 | 54 | 132 | 120 | 37 |
| Binary | 1010000 | 10010000 | 10000 | 101100 | 0 | 1011001 | 101100 | 1011010 | 1010000 | 11111 |
Color Harmonies of #509010
Complementary color
Monochromatic Colors of #509010
Black with #509010
Text Example
Text Example
White with #509010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509010; }
p { color: rgb(80,144,16); }
H1.HeaderClassName
{
color: #509010;
}
.AnyTagClassName
{
color: #509010;
}
</style>
background-color css
<style>
a { background-color: #509010; }
a { background-color: rgb(80,144,16); }
div.DivClassName
{
background-color: #509010;
}
.BgClassName
{
background-color: #509010;
}
</style>
border-color css
<style>
span { border-color: #509010; }
span { border-color: rgb(80,144,16); }
td.TdClassName
{
border-color: #509010;
}
.TagClassName
{
border-color: #509010;
}
</style>