Shades of Limeade #509C11
Tints of Limeade #509C11
RGB
CMYK
RGB Variations
Color information
#509C11 (or 0x509C11) is known color: Limeade. HEX triplet: 50, 9C and 11. RGB value is (80,156,17). Sum of RGB (Red+Green+Blue) = 80+156+17=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #509C11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509C11 is #AF63EE. Grayscale: #757575. Windows color (decimal): -11494383 or 1154128. OLE color: 1154128.
HSL color Cylindrical-coordinate representation of color #509C11: hue angle of 92.81º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #509C11 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 17 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.39 |
| HSL | 92.81º | 0.8% | 0.34% | - |
| HSV(B) | 92.81º | 0.89% | 0.61% | - |
| XYZ | 15.3 | 25.52 | 4.65 | - |
| YUV | 117.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 17 | 0.49 | 0 | 0.89 | 0.39 | 92.81 | 0.8 | 0.34 |
| Hex | 50 | 9C | 11 | 31 | 0 | 59 | 27 | 5D | 50 | 22 |
| Octal | 120 | 234 | 21 | 61 | 0 | 131 | 47 | 135 | 120 | 42 |
| Binary | 1010000 | 10011100 | 10001 | 110001 | 0 | 1011001 | 100111 | 1011101 | 1010000 | 100010 |
Color Harmonies of #509C11
Complementary color
Monochromatic Colors of #509C11
Black with #509C11
Text Example
Text Example
White with #509C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C11; }
p { color: rgb(80,156,17); }
H1.HeaderClassName
{
color: #509C11;
}
.AnyTagClassName
{
color: #509C11;
}
</style>
background-color css
<style>
a { background-color: #509C11; }
a { background-color: rgb(80,156,17); }
div.DivClassName
{
background-color: #509C11;
}
.BgClassName
{
background-color: #509C11;
}
</style>
border-color css
<style>
span { border-color: #509C11; }
span { border-color: rgb(80,156,17); }
td.TdClassName
{
border-color: #509C11;
}
.TagClassName
{
border-color: #509C11;
}
</style>