Shades of Limeade #50980C
Tints of Limeade #50980C
RGB
CMYK
RGB Variations
Color information
#50980C (or 0x50980C) is known color: Limeade. HEX triplet: 50, 98 and 0C. RGB value is (80,152,12). Sum of RGB (Red+Green+Blue) = 80+152+12=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 152 (59.77% from 255 or 62.30% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 152 - color contains mainly: green. Hex color #50980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980C is #AF67F3. Grayscale: #727272. Windows color (decimal): -11495412 or 825424. OLE color: 825424.
HSL color Cylindrical-coordinate representation of color #50980C: hue angle of 90.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50980C is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 12 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.40 |
| HSL | 90.86º | 0.85% | 0.32% | - |
| HSV(B) | 90.86º | 0.92% | 0.6% | - |
| XYZ | 14.6 | 24.19 | 4.25 | - |
| YUV | 114.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 12 | 0.47 | 0 | 0.92 | 0.40 | 90.86 | 0.85 | 0.32 |
| Hex | 50 | 98 | C | 2F | 0 | 5C | 28 | 5B | 55 | 20 |
| Octal | 120 | 230 | 14 | 57 | 0 | 134 | 50 | 133 | 125 | 40 |
| Binary | 1010000 | 10011000 | 1100 | 101111 | 0 | 1011100 | 101000 | 1011011 | 1010101 | 100000 |
Color Harmonies of #50980C
Complementary color
Monochromatic Colors of #50980C
Black with #50980C
Text Example
Text Example
White with #50980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50980C; }
p { color: rgb(80,152,12); }
H1.HeaderClassName
{
color: #50980C;
}
.AnyTagClassName
{
color: #50980C;
}
</style>
background-color css
<style>
a { background-color: #50980C; }
a { background-color: rgb(80,152,12); }
div.DivClassName
{
background-color: #50980C;
}
.BgClassName
{
background-color: #50980C;
}
</style>
border-color css
<style>
span { border-color: #50980C; }
span { border-color: rgb(80,152,12); }
td.TdClassName
{
border-color: #50980C;
}
.TagClassName
{
border-color: #50980C;
}
</style>