Shades of Limeade #509B09
Tints of Limeade #509B09
RGB
CMYK
RGB Variations
Color information
#509B09 (or 0x509B09) is known color: Limeade. HEX triplet: 50, 9B and 09. RGB value is (80,155,9). Sum of RGB (Red+Green+Blue) = 80+155+9=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #509B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509B09 is #AF64F6. Grayscale: #747474. Windows color (decimal): -11494647 or 629584. OLE color: 629584.
HSL color Cylindrical-coordinate representation of color #509B09: hue angle of 90.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #509B09 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 9 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.39 |
| HSL | 90.82º | 0.89% | 0.32% | - |
| HSV(B) | 90.82º | 0.94% | 0.61% | - |
| XYZ | 15.08 | 25.17 | 4.32 | - |
| YUV | 115.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 9 | 0.48 | 0 | 0.94 | 0.39 | 90.82 | 0.89 | 0.32 |
| Hex | 50 | 9B | 9 | 30 | 0 | 5E | 27 | 5B | 59 | 20 |
| Octal | 120 | 233 | 11 | 60 | 0 | 136 | 47 | 133 | 131 | 40 |
| Binary | 1010000 | 10011011 | 1001 | 110000 | 0 | 1011110 | 100111 | 1011011 | 1011001 | 100000 |
Color Harmonies of #509B09
Complementary color
Monochromatic Colors of #509B09
Black with #509B09
Text Example
Text Example
White with #509B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B09; }
p { color: rgb(80,155,9); }
H1.HeaderClassName
{
color: #509B09;
}
.AnyTagClassName
{
color: #509B09;
}
</style>
background-color css
<style>
a { background-color: #509B09; }
a { background-color: rgb(80,155,9); }
div.DivClassName
{
background-color: #509B09;
}
.BgClassName
{
background-color: #509B09;
}
</style>
border-color css
<style>
span { border-color: #509B09; }
span { border-color: rgb(80,155,9); }
td.TdClassName
{
border-color: #509B09;
}
.TagClassName
{
border-color: #509B09;
}
</style>