Shades of Limeade #509F19
Tints of Limeade #509F19
RGB
CMYK
RGB Variations
Color information
#509F19 (or 0x509F19) is known color: Limeade. HEX triplet: 50, 9F and 19. RGB value is (80,159,25). Sum of RGB (Red+Green+Blue) = 80+159+25=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #509F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509F19 is #AF60E6. Grayscale: #787878. Windows color (decimal): -11493607 or 1679184. OLE color: 1679184.
HSL color Cylindrical-coordinate representation of color #509F19: hue angle of 95.37º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #509F19 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 25 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.38 |
| HSL | 95.37º | 0.73% | 0.36% | - |
| HSV(B) | 95.37º | 0.84% | 0.62% | - |
| XYZ | 15.88 | 26.57 | 5.21 | - |
| YUV | 120.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 25 | 0.50 | 0 | 0.84 | 0.38 | 95.37 | 0.73 | 0.36 |
| Hex | 50 | 9F | 19 | 32 | 0 | 54 | 26 | 5F | 49 | 24 |
| Octal | 120 | 237 | 31 | 62 | 0 | 124 | 46 | 137 | 111 | 44 |
| Binary | 1010000 | 10011111 | 11001 | 110010 | 0 | 1010100 | 100110 | 1011111 | 1001001 | 100100 |
Color Harmonies of #509F19
Complementary color
Monochromatic Colors of #509F19
Black with #509F19
Text Example
Text Example
White with #509F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F19; }
p { color: rgb(80,159,25); }
H1.HeaderClassName
{
color: #509F19;
}
.AnyTagClassName
{
color: #509F19;
}
</style>
background-color css
<style>
a { background-color: #509F19; }
a { background-color: rgb(80,159,25); }
div.DivClassName
{
background-color: #509F19;
}
.BgClassName
{
background-color: #509F19;
}
</style>
border-color css
<style>
span { border-color: #509F19; }
span { border-color: rgb(80,159,25); }
td.TdClassName
{
border-color: #509F19;
}
.TagClassName
{
border-color: #509F19;
}
</style>