Shades of Limeade #689B25
Tints of Limeade #689B25
RGB
CMYK
RGB Variations
Color information
#689B25 (or 0x689B25) is known color: Limeade. HEX triplet: 68, 9B and 25. RGB value is (104,155,37). Sum of RGB (Red+Green+Blue) = 104+155+37=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #689B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B25 is #9764DA. Grayscale: #7E7E7E. Windows color (decimal): -9921755 or 2464616. OLE color: 2464616.
HSL color Cylindrical-coordinate representation of color #689B25: hue angle of 85.93º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #689B25 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 37 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.39 |
| HSL | 85.93º | 0.61% | 0.38% | - |
| HSV(B) | 85.93º | 0.76% | 0.61% | - |
| XYZ | 17.76 | 26.52 | 5.93 | - |
| YUV | 126.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 37 | 0.33 | 0 | 0.76 | 0.39 | 85.93 | 0.61 | 0.38 |
| Hex | 68 | 9B | 25 | 21 | 0 | 4C | 27 | 56 | 3D | 26 |
| Octal | 150 | 233 | 45 | 41 | 0 | 114 | 47 | 126 | 75 | 46 |
| Binary | 1101000 | 10011011 | 100101 | 100001 | 0 | 1001100 | 100111 | 1010110 | 111101 | 100110 |
Color Harmonies of #689B25
Complementary color
Monochromatic Colors of #689B25
Black with #689B25
Text Example
Text Example
White with #689B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B25; }
p { color: rgb(104,155,37); }
H1.HeaderClassName
{
color: #689B25;
}
.AnyTagClassName
{
color: #689B25;
}
</style>
background-color css
<style>
a { background-color: #689B25; }
a { background-color: rgb(104,155,37); }
div.DivClassName
{
background-color: #689B25;
}
.BgClassName
{
background-color: #689B25;
}
</style>
border-color css
<style>
span { border-color: #689B25; }
span { border-color: rgb(104,155,37); }
td.TdClassName
{
border-color: #689B25;
}
.TagClassName
{
border-color: #689B25;
}
</style>