Shades of Limeade #50970F
Tints of Limeade #50970F
RGB
CMYK
RGB Variations
Color information
#50970F (or 0x50970F) is known color: Limeade. HEX triplet: 50, 97 and 0F. RGB value is (80,151,15). Sum of RGB (Red+Green+Blue) = 80+151+15=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 151 (59.38% from 255 or 61.38% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 151 - color contains mainly: green. Hex color #50970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50970F is #AF68F0. Grayscale: #727272. Windows color (decimal): -11495665 or 1021776. OLE color: 1021776.
HSL color Cylindrical-coordinate representation of color #50970F: hue angle of 91.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50970F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 15 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.41 |
| HSL | 91.32º | 0.82% | 0.33% | - |
| HSV(B) | 91.32º | 0.9% | 0.59% | - |
| XYZ | 14.46 | 23.87 | 4.3 | - |
| YUV | 114.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 15 | 0.47 | 0 | 0.90 | 0.41 | 91.32 | 0.82 | 0.33 |
| Hex | 50 | 97 | F | 2F | 0 | 5A | 29 | 5B | 52 | 21 |
| Octal | 120 | 227 | 17 | 57 | 0 | 132 | 51 | 133 | 122 | 41 |
| Binary | 1010000 | 10010111 | 1111 | 101111 | 0 | 1011010 | 101001 | 1011011 | 1010010 | 100001 |
Color Harmonies of #50970F
Complementary color
Monochromatic Colors of #50970F
Black with #50970F
Text Example
Text Example
White with #50970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50970F; }
p { color: rgb(80,151,15); }
H1.HeaderClassName
{
color: #50970F;
}
.AnyTagClassName
{
color: #50970F;
}
</style>
background-color css
<style>
a { background-color: #50970F; }
a { background-color: rgb(80,151,15); }
div.DivClassName
{
background-color: #50970F;
}
.BgClassName
{
background-color: #50970F;
}
</style>
border-color css
<style>
span { border-color: #50970F; }
span { border-color: rgb(80,151,15); }
td.TdClassName
{
border-color: #50970F;
}
.TagClassName
{
border-color: #50970F;
}
</style>