Shades of Limeade #50910F
Tints of Limeade #50910F
RGB
CMYK
RGB Variations
Color information
#50910F (or 0x50910F) is known color: Limeade. HEX triplet: 50, 91 and 0F. RGB value is (80,145,15). Sum of RGB (Red+Green+Blue) = 80+145+15=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #50910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50910F is #AF6EF0. Grayscale: #6F6F6F. Windows color (decimal): -11497201 or 1020240. OLE color: 1020240.
HSL color Cylindrical-coordinate representation of color #50910F: hue angle of 90º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50910F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 15 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.43 |
| HSL | 90º | 0.81% | 0.31% | - |
| HSV(B) | 90º | 0.9% | 0.57% | - |
| XYZ | 13.52 | 21.99 | 3.98 | - |
| YUV | 110.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 15 | 0.45 | 0 | 0.90 | 0.43 | 90 | 0.81 | 0.31 |
| Hex | 50 | 91 | F | 2D | 0 | 5A | 2B | 5A | 51 | 1F |
| Octal | 120 | 221 | 17 | 55 | 0 | 132 | 53 | 132 | 121 | 37 |
| Binary | 1010000 | 10010001 | 1111 | 101101 | 0 | 1011010 | 101011 | 1011010 | 1010001 | 11111 |
Color Harmonies of #50910F
Complementary color
Monochromatic Colors of #50910F
Black with #50910F
Text Example
Text Example
White with #50910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50910F; }
p { color: rgb(80,145,15); }
H1.HeaderClassName
{
color: #50910F;
}
.AnyTagClassName
{
color: #50910F;
}
</style>
background-color css
<style>
a { background-color: #50910F; }
a { background-color: rgb(80,145,15); }
div.DivClassName
{
background-color: #50910F;
}
.BgClassName
{
background-color: #50910F;
}
</style>
border-color css
<style>
span { border-color: #50910F; }
span { border-color: rgb(80,145,15); }
td.TdClassName
{
border-color: #50910F;
}
.TagClassName
{
border-color: #50910F;
}
</style>