Shades of Limeade #509216
Tints of Limeade #509216
RGB
CMYK
RGB Variations
Color information
#509216 (or 0x509216) is known color: Limeade. HEX triplet: 50, 92 and 16. RGB value is (80,146,22). Sum of RGB (Red+Green+Blue) = 80+146+22=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #509216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509216 is #AF6DE9. Grayscale: #707070. Windows color (decimal): -11496938 or 1479248. OLE color: 1479248.
HSL color Cylindrical-coordinate representation of color #509216: hue angle of 91.94º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #509216 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 22 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.43 |
| HSL | 91.94º | 0.74% | 0.33% | - |
| HSV(B) | 91.94º | 0.85% | 0.57% | - |
| XYZ | 13.73 | 22.32 | 4.34 | - |
| YUV | 112.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 22 | 0.45 | 0 | 0.85 | 0.43 | 91.94 | 0.74 | 0.33 |
| Hex | 50 | 92 | 16 | 2D | 0 | 55 | 2B | 5C | 4A | 21 |
| Octal | 120 | 222 | 26 | 55 | 0 | 125 | 53 | 134 | 112 | 41 |
| Binary | 1010000 | 10010010 | 10110 | 101101 | 0 | 1010101 | 101011 | 1011100 | 1001010 | 100001 |
Color Harmonies of #509216
Complementary color
Monochromatic Colors of #509216
Black with #509216
Text Example
Text Example
White with #509216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509216; }
p { color: rgb(80,146,22); }
H1.HeaderClassName
{
color: #509216;
}
.AnyTagClassName
{
color: #509216;
}
</style>
background-color css
<style>
a { background-color: #509216; }
a { background-color: rgb(80,146,22); }
div.DivClassName
{
background-color: #509216;
}
.BgClassName
{
background-color: #509216;
}
</style>
border-color css
<style>
span { border-color: #509216; }
span { border-color: rgb(80,146,22); }
td.TdClassName
{
border-color: #509216;
}
.TagClassName
{
border-color: #509216;
}
</style>