Shades of Limeade #50990E
Tints of Limeade #50990E
RGB
CMYK
RGB Variations
Color information
#50990E (or 0x50990E) is known color: Limeade. HEX triplet: 50, 99 and 0E. RGB value is (80,153,14). Sum of RGB (Red+Green+Blue) = 80+153+14=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #50990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50990E is #AF66F1. Grayscale: #737373. Windows color (decimal): -11495154 or 956752. OLE color: 956752.
HSL color Cylindrical-coordinate representation of color #50990E: hue angle of 91.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50990E is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 14 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.4 |
| HSL | 91.51º | 0.83% | 0.33% | - |
| HSV(B) | 91.51º | 0.91% | 0.6% | - |
| XYZ | 14.78 | 24.52 | 4.37 | - |
| YUV | 115.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 14 | 0.48 | 0 | 0.91 | 0.4 | 91.51 | 0.83 | 0.33 |
| Hex | 50 | 99 | E | 30 | 0 | 5B | 28 | 5C | 53 | 21 |
| Octal | 120 | 231 | 16 | 60 | 0 | 133 | 50 | 134 | 123 | 41 |
| Binary | 1010000 | 10011001 | 1110 | 110000 | 0 | 1011011 | 101000 | 1011100 | 1010011 | 100001 |
Color Harmonies of #50990E
Complementary color
Monochromatic Colors of #50990E
Black with #50990E
Text Example
Text Example
White with #50990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50990E; }
p { color: rgb(80,153,14); }
H1.HeaderClassName
{
color: #50990E;
}
.AnyTagClassName
{
color: #50990E;
}
</style>
background-color css
<style>
a { background-color: #50990E; }
a { background-color: rgb(80,153,14); }
div.DivClassName
{
background-color: #50990E;
}
.BgClassName
{
background-color: #50990E;
}
</style>
border-color css
<style>
span { border-color: #50990E; }
span { border-color: rgb(80,153,14); }
td.TdClassName
{
border-color: #50990E;
}
.TagClassName
{
border-color: #50990E;
}
</style>