Shades of Limeade #509215
Tints of Limeade #509215
RGB
CMYK
RGB Variations
Color information
#509215 (or 0x509215) is known color: Limeade. HEX triplet: 50, 92 and 15. RGB value is (80,146,21). Sum of RGB (Red+Green+Blue) = 80+146+21=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #509215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509215 is #AF6DEA. Grayscale: #707070. Windows color (decimal): -11496939 or 1413712. OLE color: 1413712.
HSL color Cylindrical-coordinate representation of color #509215: hue angle of 91.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #509215 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 21 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.43 |
| HSL | 91.68º | 0.75% | 0.33% | - |
| HSV(B) | 91.68º | 0.86% | 0.57% | - |
| XYZ | 13.72 | 22.32 | 4.29 | - |
| YUV | 112.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 21 | 0.45 | 0 | 0.86 | 0.43 | 91.68 | 0.75 | 0.33 |
| Hex | 50 | 92 | 15 | 2D | 0 | 56 | 2B | 5C | 4B | 21 |
| Octal | 120 | 222 | 25 | 55 | 0 | 126 | 53 | 134 | 113 | 41 |
| Binary | 1010000 | 10010010 | 10101 | 101101 | 0 | 1010110 | 101011 | 1011100 | 1001011 | 100001 |
Color Harmonies of #509215
Complementary color
Monochromatic Colors of #509215
Black with #509215
Text Example
Text Example
White with #509215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509215; }
p { color: rgb(80,146,21); }
H1.HeaderClassName
{
color: #509215;
}
.AnyTagClassName
{
color: #509215;
}
</style>
background-color css
<style>
a { background-color: #509215; }
a { background-color: rgb(80,146,21); }
div.DivClassName
{
background-color: #509215;
}
.BgClassName
{
background-color: #509215;
}
</style>
border-color css
<style>
span { border-color: #509215; }
span { border-color: rgb(80,146,21); }
td.TdClassName
{
border-color: #509215;
}
.TagClassName
{
border-color: #509215;
}
</style>