Shades of Limeade #679841
Tints of Limeade #679841
RGB
CMYK
RGB Variations
Color information
#679841 (or 0x679841) is known color: Limeade. HEX triplet: 67, 98 and 41. RGB value is (103,152,65). Sum of RGB (Red+Green+Blue) = 103+152+65=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #679841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679841 is #9867BE. Grayscale: #7F7F7F. Windows color (decimal): -9988031 or 4298855. OLE color: 4298855.
HSL color Cylindrical-coordinate representation of color #679841: hue angle of 93.79º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #679841 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 65 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.40 |
| HSL | 93.79º | 0.4% | 0.43% | - |
| HSV(B) | 93.79º | 0.57% | 0.6% | - |
| XYZ | 17.78 | 25.72 | 9.03 | - |
| YUV | 127.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 65 | 0.32 | 0 | 0.57 | 0.40 | 93.79 | 0.4 | 0.43 |
| Hex | 67 | 98 | 41 | 20 | 0 | 39 | 28 | 5E | 28 | 2B |
| Octal | 147 | 230 | 101 | 40 | 0 | 71 | 50 | 136 | 50 | 53 |
| Binary | 1100111 | 10011000 | 1000001 | 100000 | 0 | 111001 | 101000 | 1011110 | 101000 | 101011 |
Color Harmonies of #679841
Complementary color
Monochromatic Colors of #679841
Black with #679841
Text Example
Text Example
White with #679841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679841; }
p { color: rgb(103,152,65); }
H1.HeaderClassName
{
color: #679841;
}
.AnyTagClassName
{
color: #679841;
}
</style>
background-color css
<style>
a { background-color: #679841; }
a { background-color: rgb(103,152,65); }
div.DivClassName
{
background-color: #679841;
}
.BgClassName
{
background-color: #679841;
}
</style>
border-color css
<style>
span { border-color: #679841; }
span { border-color: rgb(103,152,65); }
td.TdClassName
{
border-color: #679841;
}
.TagClassName
{
border-color: #679841;
}
</style>