Shades of Limeade #679B40
Tints of Limeade #679B40
RGB
CMYK
RGB Variations
Color information
#679B40 (or 0x679B40) is known color: Limeade. HEX triplet: 67, 9B and 40. RGB value is (103,155,64). Sum of RGB (Red+Green+Blue) = 103+155+64=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #679B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B40 is #9864BF. Grayscale: #818181. Windows color (decimal): -9987264 or 4234087. OLE color: 4234087.
HSL color Cylindrical-coordinate representation of color #679B40: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #679B40 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 64 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.39 |
| HSL | 94.29º | 0.42% | 0.43% | - |
| HSV(B) | 94.29º | 0.59% | 0.61% | - |
| XYZ | 18.24 | 26.7 | 9.04 | - |
| YUV | 129.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 64 | 0.34 | 0 | 0.59 | 0.39 | 94.29 | 0.42 | 0.43 |
| Hex | 67 | 9B | 40 | 22 | 0 | 3B | 27 | 5E | 2A | 2B |
| Octal | 147 | 233 | 100 | 42 | 0 | 73 | 47 | 136 | 52 | 53 |
| Binary | 1100111 | 10011011 | 1000000 | 100010 | 0 | 111011 | 100111 | 1011110 | 101010 | 101011 |
Color Harmonies of #679B40
Complementary color
Monochromatic Colors of #679B40
Black with #679B40
Text Example
Text Example
White with #679B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B40; }
p { color: rgb(103,155,64); }
H1.HeaderClassName
{
color: #679B40;
}
.AnyTagClassName
{
color: #679B40;
}
</style>
background-color css
<style>
a { background-color: #679B40; }
a { background-color: rgb(103,155,64); }
div.DivClassName
{
background-color: #679B40;
}
.BgClassName
{
background-color: #679B40;
}
</style>
border-color css
<style>
span { border-color: #679B40; }
span { border-color: rgb(103,155,64); }
td.TdClassName
{
border-color: #679B40;
}
.TagClassName
{
border-color: #679B40;
}
</style>