Shades of Limeade #508F08
Tints of Limeade #508F08
RGB
CMYK
RGB Variations
Color information
#508F08 (or 0x508F08) is known color: Limeade. HEX triplet: 50, 8F and 08. RGB value is (80,143,8). Sum of RGB (Red+Green+Blue) = 80+143+8=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #508F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508F08 is #AF70F7. Grayscale: #6D6D6D. Windows color (decimal): -11497720 or 560976. OLE color: 560976.
HSL color Cylindrical-coordinate representation of color #508F08: hue angle of 88º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #508F08 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 8 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.44 |
| HSL | 88º | 0.89% | 0.3% | - |
| HSV(B) | 88º | 0.94% | 0.56% | - |
| XYZ | 13.17 | 21.37 | 3.66 | - |
| YUV | 108.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 8 | 0.44 | 0 | 0.94 | 0.44 | 88 | 0.89 | 0.3 |
| Hex | 50 | 8F | 8 | 2C | 0 | 5E | 2C | 58 | 59 | 1E |
| Octal | 120 | 217 | 10 | 54 | 0 | 136 | 54 | 130 | 131 | 36 |
| Binary | 1010000 | 10001111 | 1000 | 101100 | 0 | 1011110 | 101100 | 1011000 | 1011001 | 11110 |
Color Harmonies of #508F08
Complementary color
Monochromatic Colors of #508F08
Black with #508F08
Text Example
Text Example
White with #508F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F08; }
p { color: rgb(80,143,8); }
H1.HeaderClassName
{
color: #508F08;
}
.AnyTagClassName
{
color: #508F08;
}
</style>
background-color css
<style>
a { background-color: #508F08; }
a { background-color: rgb(80,143,8); }
div.DivClassName
{
background-color: #508F08;
}
.BgClassName
{
background-color: #508F08;
}
</style>
border-color css
<style>
span { border-color: #508F08; }
span { border-color: rgb(80,143,8); }
td.TdClassName
{
border-color: #508F08;
}
.TagClassName
{
border-color: #508F08;
}
</style>