Shades of Limeade #679838
Tints of Limeade #679838
RGB
CMYK
RGB Variations
Color information
#679838 (or 0x679838) is known color: Limeade. HEX triplet: 67, 98 and 38. RGB value is (103,152,56). Sum of RGB (Red+Green+Blue) = 103+152+56=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #679838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679838 is #9867C7. Grayscale: #7E7E7E. Windows color (decimal): -9988040 or 3709031. OLE color: 3709031.
HSL color Cylindrical-coordinate representation of color #679838: hue angle of 90.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #679838 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 56 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.40 |
| HSL | 90.63º | 0.46% | 0.41% | - |
| HSV(B) | 90.63º | 0.63% | 0.6% | - |
| XYZ | 17.54 | 25.63 | 7.76 | - |
| YUV | 126.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 56 | 0.32 | 0 | 0.63 | 0.40 | 90.63 | 0.46 | 0.41 |
| Hex | 67 | 98 | 38 | 20 | 0 | 3F | 28 | 5B | 2E | 29 |
| Octal | 147 | 230 | 70 | 40 | 0 | 77 | 50 | 133 | 56 | 51 |
| Binary | 1100111 | 10011000 | 111000 | 100000 | 0 | 111111 | 101000 | 1011011 | 101110 | 101001 |
Color Harmonies of #679838
Complementary color
Monochromatic Colors of #679838
Black with #679838
Text Example
Text Example
White with #679838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679838; }
p { color: rgb(103,152,56); }
H1.HeaderClassName
{
color: #679838;
}
.AnyTagClassName
{
color: #679838;
}
</style>
background-color css
<style>
a { background-color: #679838; }
a { background-color: rgb(103,152,56); }
div.DivClassName
{
background-color: #679838;
}
.BgClassName
{
background-color: #679838;
}
</style>
border-color css
<style>
span { border-color: #679838; }
span { border-color: rgb(103,152,56); }
td.TdClassName
{
border-color: #679838;
}
.TagClassName
{
border-color: #679838;
}
</style>