Shades of Limeade #509209
Tints of Limeade #509209
RGB
CMYK
RGB Variations
Color information
#509209 (or 0x509209) is known color: Limeade. HEX triplet: 50, 92 and 09. RGB value is (80,146,9). Sum of RGB (Red+Green+Blue) = 80+146+9=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #509209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509209 is #AF6DF6. Grayscale: #6F6F6F. Windows color (decimal): -11496951 or 627280. OLE color: 627280.
HSL color Cylindrical-coordinate representation of color #509209: hue angle of 88.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #509209 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 9 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.43 |
| HSL | 88.91º | 0.88% | 0.3% | - |
| HSV(B) | 88.91º | 0.94% | 0.57% | - |
| XYZ | 13.64 | 22.28 | 3.84 | - |
| YUV | 110.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 9 | 0.45 | 0 | 0.94 | 0.43 | 88.91 | 0.88 | 0.3 |
| Hex | 50 | 92 | 9 | 2D | 0 | 5E | 2B | 59 | 58 | 1E |
| Octal | 120 | 222 | 11 | 55 | 0 | 136 | 53 | 131 | 130 | 36 |
| Binary | 1010000 | 10010010 | 1001 | 101101 | 0 | 1011110 | 101011 | 1011001 | 1011000 | 11110 |
Color Harmonies of #509209
Complementary color
Monochromatic Colors of #509209
Black with #509209
Text Example
Text Example
White with #509209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509209; }
p { color: rgb(80,146,9); }
H1.HeaderClassName
{
color: #509209;
}
.AnyTagClassName
{
color: #509209;
}
</style>
background-color css
<style>
a { background-color: #509209; }
a { background-color: rgb(80,146,9); }
div.DivClassName
{
background-color: #509209;
}
.BgClassName
{
background-color: #509209;
}
</style>
border-color css
<style>
span { border-color: #509209; }
span { border-color: rgb(80,146,9); }
td.TdClassName
{
border-color: #509209;
}
.TagClassName
{
border-color: #509209;
}
</style>