Shades of Limeade #679828
Tints of Limeade #679828
RGB
CMYK
RGB Variations
Color information
#679828 (or 0x679828) is known color: Limeade. HEX triplet: 67, 98 and 28. RGB value is (103,152,40). Sum of RGB (Red+Green+Blue) = 103+152+40=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #679828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679828 is #9867D7. Grayscale: #7C7C7C. Windows color (decimal): -9988056 or 2660455. OLE color: 2660455.
HSL color Cylindrical-coordinate representation of color #679828: hue angle of 86.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679828 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 40 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.40 |
| HSL | 86.25º | 0.58% | 0.38% | - |
| HSV(B) | 86.25º | 0.74% | 0.6% | - |
| XYZ | 17.2 | 25.49 | 6.02 | - |
| YUV | 124.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 40 | 0.32 | 0 | 0.74 | 0.40 | 86.25 | 0.58 | 0.38 |
| Hex | 67 | 98 | 28 | 20 | 0 | 4A | 28 | 56 | 3A | 26 |
| Octal | 147 | 230 | 50 | 40 | 0 | 112 | 50 | 126 | 72 | 46 |
| Binary | 1100111 | 10011000 | 101000 | 100000 | 0 | 1001010 | 101000 | 1010110 | 111010 | 100110 |
Color Harmonies of #679828
Complementary color
Monochromatic Colors of #679828
Black with #679828
Text Example
Text Example
White with #679828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679828; }
p { color: rgb(103,152,40); }
H1.HeaderClassName
{
color: #679828;
}
.AnyTagClassName
{
color: #679828;
}
</style>
background-color css
<style>
a { background-color: #679828; }
a { background-color: rgb(103,152,40); }
div.DivClassName
{
background-color: #679828;
}
.BgClassName
{
background-color: #679828;
}
</style>
border-color css
<style>
span { border-color: #679828; }
span { border-color: rgb(103,152,40); }
td.TdClassName
{
border-color: #679828;
}
.TagClassName
{
border-color: #679828;
}
</style>