Shades of Limeade #689925
Tints of Limeade #689925
RGB
CMYK
RGB Variations
Color information
#689925 (or 0x689925) is known color: Limeade. HEX triplet: 68, 99 and 25. RGB value is (104,153,37). Sum of RGB (Red+Green+Blue) = 104+153+37=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #689925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689925 is #9766DA. Grayscale: #7D7D7D. Windows color (decimal): -9922267 or 2464104. OLE color: 2464104.
HSL color Cylindrical-coordinate representation of color #689925: hue angle of 85.34º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #689925 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 37 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.4 |
| HSL | 85.34º | 0.61% | 0.37% | - |
| HSV(B) | 85.34º | 0.76% | 0.6% | - |
| XYZ | 17.43 | 25.86 | 5.82 | - |
| YUV | 125.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 37 | 0.32 | 0 | 0.76 | 0.4 | 85.34 | 0.61 | 0.37 |
| Hex | 68 | 99 | 25 | 20 | 0 | 4C | 28 | 55 | 3D | 25 |
| Octal | 150 | 231 | 45 | 40 | 0 | 114 | 50 | 125 | 75 | 45 |
| Binary | 1101000 | 10011001 | 100101 | 100000 | 0 | 1001100 | 101000 | 1010101 | 111101 | 100101 |
Color Harmonies of #689925
Complementary color
Monochromatic Colors of #689925
Black with #689925
Text Example
Text Example
White with #689925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689925; }
p { color: rgb(104,153,37); }
H1.HeaderClassName
{
color: #689925;
}
.AnyTagClassName
{
color: #689925;
}
</style>
background-color css
<style>
a { background-color: #689925; }
a { background-color: rgb(104,153,37); }
div.DivClassName
{
background-color: #689925;
}
.BgClassName
{
background-color: #689925;
}
</style>
border-color css
<style>
span { border-color: #689925; }
span { border-color: rgb(104,153,37); }
td.TdClassName
{
border-color: #689925;
}
.TagClassName
{
border-color: #689925;
}
</style>