Shades of Limeade #68A631
Tints of Limeade #68A631
RGB
CMYK
RGB Variations
Color information
#68A631 (or 0x68A631) is known color: Limeade. HEX triplet: 68, A6 and 31. RGB value is (104,166,49). Sum of RGB (Red+Green+Blue) = 104+166+49=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #68A631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A631 is #9759CE. Grayscale: #868686. Windows color (decimal): -9918927 or 3253864. OLE color: 3253864.
HSL color Cylindrical-coordinate representation of color #68A631: hue angle of 91.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68A631 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 49 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.35 |
| HSL | 91.79º | 0.54% | 0.42% | - |
| HSV(B) | 91.79º | 0.7% | 0.65% | - |
| XYZ | 19.9 | 30.44 | 7.73 | - |
| YUV | 134.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 49 | 0.37 | 0 | 0.70 | 0.35 | 91.79 | 0.54 | 0.42 |
| Hex | 68 | A6 | 31 | 25 | 0 | 46 | 23 | 5C | 36 | 2A |
| Octal | 150 | 246 | 61 | 45 | 0 | 106 | 43 | 134 | 66 | 52 |
| Binary | 1101000 | 10100110 | 110001 | 100101 | 0 | 1000110 | 100011 | 1011100 | 110110 | 101010 |
Color Harmonies of #68A631
Complementary color
Monochromatic Colors of #68A631
Black with #68A631
Text Example
Text Example
White with #68A631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A631; }
p { color: rgb(104,166,49); }
H1.HeaderClassName
{
color: #68A631;
}
.AnyTagClassName
{
color: #68A631;
}
</style>
background-color css
<style>
a { background-color: #68A631; }
a { background-color: rgb(104,166,49); }
div.DivClassName
{
background-color: #68A631;
}
.BgClassName
{
background-color: #68A631;
}
</style>
border-color css
<style>
span { border-color: #68A631; }
span { border-color: rgb(104,166,49); }
td.TdClassName
{
border-color: #68A631;
}
.TagClassName
{
border-color: #68A631;
}
</style>