Shades of Limeade #689D36
Tints of Limeade #689D36
RGB
CMYK
RGB Variations
Color information
#689D36 (or 0x689D36) is known color: Limeade. HEX triplet: 68, 9D and 36. RGB value is (104,157,54). Sum of RGB (Red+Green+Blue) = 104+157+54=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #689D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D36 is #9762C9. Grayscale: #818181. Windows color (decimal): -9921226 or 3579240. OLE color: 3579240.
HSL color Cylindrical-coordinate representation of color #689D36: hue angle of 90.87º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #689D36 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 54 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.38 |
| HSL | 90.87º | 0.49% | 0.41% | - |
| HSV(B) | 90.87º | 0.66% | 0.62% | - |
| XYZ | 18.43 | 27.32 | 7.79 | - |
| YUV | 129.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 54 | 0.34 | 0 | 0.66 | 0.38 | 90.87 | 0.49 | 0.41 |
| Hex | 68 | 9D | 36 | 22 | 0 | 42 | 26 | 5B | 31 | 29 |
| Octal | 150 | 235 | 66 | 42 | 0 | 102 | 46 | 133 | 61 | 51 |
| Binary | 1101000 | 10011101 | 110110 | 100010 | 0 | 1000010 | 100110 | 1011011 | 110001 | 101001 |
Color Harmonies of #689D36
Complementary color
Monochromatic Colors of #689D36
Black with #689D36
Text Example
Text Example
White with #689D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D36; }
p { color: rgb(104,157,54); }
H1.HeaderClassName
{
color: #689D36;
}
.AnyTagClassName
{
color: #689D36;
}
</style>
background-color css
<style>
a { background-color: #689D36; }
a { background-color: rgb(104,157,54); }
div.DivClassName
{
background-color: #689D36;
}
.BgClassName
{
background-color: #689D36;
}
</style>
border-color css
<style>
span { border-color: #689D36; }
span { border-color: rgb(104,157,54); }
td.TdClassName
{
border-color: #689D36;
}
.TagClassName
{
border-color: #689D36;
}
</style>