Shades of Limeade #509F25
Tints of Limeade #509F25
RGB
CMYK
RGB Variations
Color information
#509F25 (or 0x509F25) is known color: Limeade. HEX triplet: 50, 9F and 25. RGB value is (80,159,37). Sum of RGB (Red+Green+Blue) = 80+159+37=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #509F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509F25 is #AF60DA. Grayscale: #797979. Windows color (decimal): -11493595 or 2465616. OLE color: 2465616.
HSL color Cylindrical-coordinate representation of color #509F25: hue angle of 98.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #509F25 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 37 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.38 |
| HSL | 98.85º | 0.62% | 0.38% | - |
| HSV(B) | 98.85º | 0.77% | 0.62% | - |
| XYZ | 16.04 | 26.64 | 6.05 | - |
| YUV | 121.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 37 | 0.50 | 0 | 0.77 | 0.38 | 98.85 | 0.62 | 0.38 |
| Hex | 50 | 9F | 25 | 32 | 0 | 4D | 26 | 63 | 3E | 26 |
| Octal | 120 | 237 | 45 | 62 | 0 | 115 | 46 | 143 | 76 | 46 |
| Binary | 1010000 | 10011111 | 100101 | 110010 | 0 | 1001101 | 100110 | 1100011 | 111110 | 100110 |
Color Harmonies of #509F25
Complementary color
Monochromatic Colors of #509F25
Black with #509F25
Text Example
Text Example
White with #509F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F25; }
p { color: rgb(80,159,37); }
H1.HeaderClassName
{
color: #509F25;
}
.AnyTagClassName
{
color: #509F25;
}
</style>
background-color css
<style>
a { background-color: #509F25; }
a { background-color: rgb(80,159,37); }
div.DivClassName
{
background-color: #509F25;
}
.BgClassName
{
background-color: #509F25;
}
</style>
border-color css
<style>
span { border-color: #509F25; }
span { border-color: rgb(80,159,37); }
td.TdClassName
{
border-color: #509F25;
}
.TagClassName
{
border-color: #509F25;
}
</style>