Shades of Limeade #509D09
Tints of Limeade #509D09
RGB
CMYK
RGB Variations
Color information
#509D09 (or 0x509D09) is known color: Limeade. HEX triplet: 50, 9D and 09. RGB value is (80,157,9). Sum of RGB (Red+Green+Blue) = 80+157+9=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #509D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D09 is #AF62F6. Grayscale: #757575. Windows color (decimal): -11494135 or 630096. OLE color: 630096.
HSL color Cylindrical-coordinate representation of color #509D09: hue angle of 91.22º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #509D09 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 9 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.38 |
| HSL | 91.22º | 0.89% | 0.33% | - |
| HSV(B) | 91.22º | 0.94% | 0.62% | - |
| XYZ | 15.41 | 25.84 | 4.43 | - |
| YUV | 117.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 9 | 0.49 | 0 | 0.94 | 0.38 | 91.22 | 0.89 | 0.33 |
| Hex | 50 | 9D | 9 | 31 | 0 | 5E | 26 | 5B | 59 | 21 |
| Octal | 120 | 235 | 11 | 61 | 0 | 136 | 46 | 133 | 131 | 41 |
| Binary | 1010000 | 10011101 | 1001 | 110001 | 0 | 1011110 | 100110 | 1011011 | 1011001 | 100001 |
Color Harmonies of #509D09
Complementary color
Monochromatic Colors of #509D09
Black with #509D09
Text Example
Text Example
White with #509D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D09; }
p { color: rgb(80,157,9); }
H1.HeaderClassName
{
color: #509D09;
}
.AnyTagClassName
{
color: #509D09;
}
</style>
background-color css
<style>
a { background-color: #509D09; }
a { background-color: rgb(80,157,9); }
div.DivClassName
{
background-color: #509D09;
}
.BgClassName
{
background-color: #509D09;
}
</style>
border-color css
<style>
span { border-color: #509D09; }
span { border-color: rgb(80,157,9); }
td.TdClassName
{
border-color: #509D09;
}
.TagClassName
{
border-color: #509D09;
}
</style>