Shades of Limeade #509313
Tints of Limeade #509313
RGB
CMYK
RGB Variations
Color information
#509313 (or 0x509313) is known color: Limeade. HEX triplet: 50, 93 and 13. RGB value is (80,147,19). Sum of RGB (Red+Green+Blue) = 80+147+19=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #509313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509313 is #AF6CEC. Grayscale: #707070. Windows color (decimal): -11496685 or 1282896. OLE color: 1282896.
HSL color Cylindrical-coordinate representation of color #509313: hue angle of 91.41º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #509313 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 19 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.42 |
| HSL | 91.41º | 0.77% | 0.33% | - |
| HSV(B) | 91.41º | 0.87% | 0.58% | - |
| XYZ | 13.86 | 22.62 | 4.25 | - |
| YUV | 112.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 19 | 0.46 | 0 | 0.87 | 0.42 | 91.41 | 0.77 | 0.33 |
| Hex | 50 | 93 | 13 | 2E | 0 | 57 | 2A | 5B | 4D | 21 |
| Octal | 120 | 223 | 23 | 56 | 0 | 127 | 52 | 133 | 115 | 41 |
| Binary | 1010000 | 10010011 | 10011 | 101110 | 0 | 1010111 | 101010 | 1011011 | 1001101 | 100001 |
Color Harmonies of #509313
Complementary color
Monochromatic Colors of #509313
Black with #509313
Text Example
Text Example
White with #509313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509313; }
p { color: rgb(80,147,19); }
H1.HeaderClassName
{
color: #509313;
}
.AnyTagClassName
{
color: #509313;
}
</style>
background-color css
<style>
a { background-color: #509313; }
a { background-color: rgb(80,147,19); }
div.DivClassName
{
background-color: #509313;
}
.BgClassName
{
background-color: #509313;
}
</style>
border-color css
<style>
span { border-color: #509313; }
span { border-color: rgb(80,147,19); }
td.TdClassName
{
border-color: #509313;
}
.TagClassName
{
border-color: #509313;
}
</style>