Shades of Limeade #689832
Tints of Limeade #689832
RGB
CMYK
RGB Variations
Color information
#689832 (or 0x689832) is known color: Limeade. HEX triplet: 68, 98 and 32. RGB value is (104,152,50). Sum of RGB (Red+Green+Blue) = 104+152+50=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #689832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689832 is #9767CD. Grayscale: #7E7E7E. Windows color (decimal): -9922510 or 3315816. OLE color: 3315816.
HSL color Cylindrical-coordinate representation of color #689832: hue angle of 88.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #689832 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 50 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.40 |
| HSL | 88.24º | 0.5% | 0.4% | - |
| HSV(B) | 88.24º | 0.67% | 0.6% | - |
| XYZ | 17.51 | 25.63 | 7.04 | - |
| YUV | 126.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 50 | 0.32 | 0 | 0.67 | 0.40 | 88.24 | 0.5 | 0.4 |
| Hex | 68 | 98 | 32 | 20 | 0 | 43 | 28 | 58 | 32 | 28 |
| Octal | 150 | 230 | 62 | 40 | 0 | 103 | 50 | 130 | 62 | 50 |
| Binary | 1101000 | 10011000 | 110010 | 100000 | 0 | 1000011 | 101000 | 1011000 | 110010 | 101000 |
Color Harmonies of #689832
Complementary color
Monochromatic Colors of #689832
Black with #689832
Text Example
Text Example
White with #689832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689832; }
p { color: rgb(104,152,50); }
H1.HeaderClassName
{
color: #689832;
}
.AnyTagClassName
{
color: #689832;
}
</style>
background-color css
<style>
a { background-color: #689832; }
a { background-color: rgb(104,152,50); }
div.DivClassName
{
background-color: #689832;
}
.BgClassName
{
background-color: #689832;
}
</style>
border-color css
<style>
span { border-color: #689832; }
span { border-color: rgb(104,152,50); }
td.TdClassName
{
border-color: #689832;
}
.TagClassName
{
border-color: #689832;
}
</style>