Shades of Limeade #679940
Tints of Limeade #679940
RGB
CMYK
RGB Variations
Color information
#679940 (or 0x679940) is known color: Limeade. HEX triplet: 67, 99 and 40. RGB value is (103,153,64). Sum of RGB (Red+Green+Blue) = 103+153+64=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #679940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679940 is #9866BF. Grayscale: #808080. Windows color (decimal): -9987776 or 4233575. OLE color: 4233575.
HSL color Cylindrical-coordinate representation of color #679940: hue angle of 93.71º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #679940 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 64 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.4 |
| HSL | 93.71º | 0.41% | 0.43% | - |
| HSV(B) | 93.71º | 0.58% | 0.6% | - |
| XYZ | 17.91 | 26.04 | 8.93 | - |
| YUV | 127.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 64 | 0.33 | 0 | 0.58 | 0.4 | 93.71 | 0.41 | 0.43 |
| Hex | 67 | 99 | 40 | 21 | 0 | 3A | 28 | 5E | 29 | 2B |
| Octal | 147 | 231 | 100 | 41 | 0 | 72 | 50 | 136 | 51 | 53 |
| Binary | 1100111 | 10011001 | 1000000 | 100001 | 0 | 111010 | 101000 | 1011110 | 101001 | 101011 |
Color Harmonies of #679940
Complementary color
Monochromatic Colors of #679940
Black with #679940
Text Example
Text Example
White with #679940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679940; }
p { color: rgb(103,153,64); }
H1.HeaderClassName
{
color: #679940;
}
.AnyTagClassName
{
color: #679940;
}
</style>
background-color css
<style>
a { background-color: #679940; }
a { background-color: rgb(103,153,64); }
div.DivClassName
{
background-color: #679940;
}
.BgClassName
{
background-color: #679940;
}
</style>
border-color css
<style>
span { border-color: #679940; }
span { border-color: rgb(103,153,64); }
td.TdClassName
{
border-color: #679940;
}
.TagClassName
{
border-color: #679940;
}
</style>