Shades of Limeade #50960F
Tints of Limeade #50960F
RGB
CMYK
RGB Variations
Color information
#50960F (or 0x50960F) is known color: Limeade. HEX triplet: 50, 96 and 0F. RGB value is (80,150,15). Sum of RGB (Red+Green+Blue) = 80+150+15=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #50960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50960F is #AF69F0. Grayscale: #727272. Windows color (decimal): -11495921 or 1021520. OLE color: 1021520.
HSL color Cylindrical-coordinate representation of color #50960F: hue angle of 91.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50960F is Cyan = 0.47, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 15 | - |
| CMYK | 0.47 | 0 | 0.9 | 0.41 |
| HSL | 91.11º | 0.82% | 0.32% | - |
| HSV(B) | 91.11º | 0.9% | 0.59% | - |
| XYZ | 14.3 | 23.55 | 4.24 | - |
| YUV | 113.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 15 | 0.47 | 0 | 0.9 | 0.41 | 91.11 | 0.82 | 0.32 |
| Hex | 50 | 96 | F | 2F | 0 | 5A | 29 | 5B | 52 | 20 |
| Octal | 120 | 226 | 17 | 57 | 0 | 132 | 51 | 133 | 122 | 40 |
| Binary | 1010000 | 10010110 | 1111 | 101111 | 0 | 1011010 | 101001 | 1011011 | 1010010 | 100000 |
Color Harmonies of #50960F
Complementary color
Monochromatic Colors of #50960F
Black with #50960F
Text Example
Text Example
White with #50960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50960F; }
p { color: rgb(80,150,15); }
H1.HeaderClassName
{
color: #50960F;
}
.AnyTagClassName
{
color: #50960F;
}
</style>
background-color css
<style>
a { background-color: #50960F; }
a { background-color: rgb(80,150,15); }
div.DivClassName
{
background-color: #50960F;
}
.BgClassName
{
background-color: #50960F;
}
</style>
border-color css
<style>
span { border-color: #50960F; }
span { border-color: rgb(80,150,15); }
td.TdClassName
{
border-color: #50960F;
}
.TagClassName
{
border-color: #50960F;
}
</style>