Shades of Limeade #509C12
Tints of Limeade #509C12
RGB
CMYK
RGB Variations
Color information
#509C12 (or 0x509C12) is known color: Limeade. HEX triplet: 50, 9C and 12. RGB value is (80,156,18). Sum of RGB (Red+Green+Blue) = 80+156+18=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #509C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509C12 is #AF63ED. Grayscale: #767676. Windows color (decimal): -11494382 or 1219664. OLE color: 1219664.
HSL color Cylindrical-coordinate representation of color #509C12: hue angle of 93.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #509C12 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 18 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.39 |
| HSL | 93.04º | 0.79% | 0.34% | - |
| HSV(B) | 93.04º | 0.88% | 0.61% | - |
| XYZ | 15.31 | 25.53 | 4.69 | - |
| YUV | 117.54 | 71.82 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 18 | 0.49 | 0 | 0.88 | 0.39 | 93.04 | 0.79 | 0.34 |
| Hex | 50 | 9C | 12 | 31 | 0 | 58 | 27 | 5D | 4F | 22 |
| Octal | 120 | 234 | 22 | 61 | 0 | 130 | 47 | 135 | 117 | 42 |
| Binary | 1010000 | 10011100 | 10010 | 110001 | 0 | 1011000 | 100111 | 1011101 | 1001111 | 100010 |
Color Harmonies of #509C12
Complementary color
Monochromatic Colors of #509C12
Black with #509C12
Text Example
Text Example
White with #509C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C12; }
p { color: rgb(80,156,18); }
H1.HeaderClassName
{
color: #509C12;
}
.AnyTagClassName
{
color: #509C12;
}
</style>
background-color css
<style>
a { background-color: #509C12; }
a { background-color: rgb(80,156,18); }
div.DivClassName
{
background-color: #509C12;
}
.BgClassName
{
background-color: #509C12;
}
</style>
border-color css
<style>
span { border-color: #509C12; }
span { border-color: rgb(80,156,18); }
td.TdClassName
{
border-color: #509C12;
}
.TagClassName
{
border-color: #509C12;
}
</style>