Shades of Limeade #509D06
Tints of Limeade #509D06
RGB
CMYK
RGB Variations
Color information
#509D06 (or 0x509D06) is known color: Limeade. HEX triplet: 50, 9D and 06. RGB value is (80,157,6). Sum of RGB (Red+Green+Blue) = 80+157+6=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 157 (61.72% from 255 or 64.61% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 157 - color contains mainly: green. Hex color #509D06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D06 is #AF62F9. Grayscale: #757575. Windows color (decimal): -11494138 or 433488. OLE color: 433488.
HSL color Cylindrical-coordinate representation of color #509D06: hue angle of 90.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #509D06 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 6 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.38 |
| HSL | 90.6º | 0.93% | 0.32% | - |
| HSV(B) | 90.6º | 0.96% | 0.62% | - |
| XYZ | 15.4 | 25.83 | 4.35 | - |
| YUV | 116.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 6 | 0.49 | 0 | 0.96 | 0.38 | 90.6 | 0.93 | 0.32 |
| Hex | 50 | 9D | 6 | 31 | 0 | 60 | 26 | 5B | 5D | 20 |
| Octal | 120 | 235 | 6 | 61 | 0 | 140 | 46 | 133 | 135 | 40 |
| Binary | 1010000 | 10011101 | 110 | 110001 | 0 | 1100000 | 100110 | 1011011 | 1011101 | 100000 |
Color Harmonies of #509D06
Complementary color
Monochromatic Colors of #509D06
Black with #509D06
Text Example
Text Example
White with #509D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D06; }
p { color: rgb(80,157,6); }
H1.HeaderClassName
{
color: #509D06;
}
.AnyTagClassName
{
color: #509D06;
}
</style>
background-color css
<style>
a { background-color: #509D06; }
a { background-color: rgb(80,157,6); }
div.DivClassName
{
background-color: #509D06;
}
.BgClassName
{
background-color: #509D06;
}
</style>
border-color css
<style>
span { border-color: #509D06; }
span { border-color: rgb(80,157,6); }
td.TdClassName
{
border-color: #509D06;
}
.TagClassName
{
border-color: #509D06;
}
</style>