Shades of Limeade #50951C
Tints of Limeade #50951C
RGB
CMYK
RGB Variations
Color information
#50951C (or 0x50951C) is known color: Limeade. HEX triplet: 50, 95 and 1C. RGB value is (80,149,28). Sum of RGB (Red+Green+Blue) = 80+149+28=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #50951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50951C is #AF6AE3. Grayscale: #727272. Windows color (decimal): -11496164 or 1873232. OLE color: 1873232.
HSL color Cylindrical-coordinate representation of color #50951C: hue angle of 94.21º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50951C is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 28 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.42 |
| HSL | 94.21º | 0.68% | 0.35% | - |
| HSV(B) | 94.21º | 0.81% | 0.58% | - |
| XYZ | 14.27 | 23.28 | 4.84 | - |
| YUV | 114.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 28 | 0.46 | 0 | 0.81 | 0.42 | 94.21 | 0.68 | 0.35 |
| Hex | 50 | 95 | 1C | 2E | 0 | 51 | 2A | 5E | 44 | 23 |
| Octal | 120 | 225 | 34 | 56 | 0 | 121 | 52 | 136 | 104 | 43 |
| Binary | 1010000 | 10010101 | 11100 | 101110 | 0 | 1010001 | 101010 | 1011110 | 1000100 | 100011 |
Color Harmonies of #50951C
Complementary color
Monochromatic Colors of #50951C
Black with #50951C
Text Example
Text Example
White with #50951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50951C; }
p { color: rgb(80,149,28); }
H1.HeaderClassName
{
color: #50951C;
}
.AnyTagClassName
{
color: #50951C;
}
</style>
background-color css
<style>
a { background-color: #50951C; }
a { background-color: rgb(80,149,28); }
div.DivClassName
{
background-color: #50951C;
}
.BgClassName
{
background-color: #50951C;
}
</style>
border-color css
<style>
span { border-color: #50951C; }
span { border-color: rgb(80,149,28); }
td.TdClassName
{
border-color: #50951C;
}
.TagClassName
{
border-color: #50951C;
}
</style>