Shades of Limeade #679834
Tints of Limeade #679834
RGB
CMYK
RGB Variations
Color information
#679834 (or 0x679834) is known color: Limeade. HEX triplet: 67, 98 and 34. RGB value is (103,152,52). Sum of RGB (Red+Green+Blue) = 103+152+52=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #679834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679834 is #9867CB. Grayscale: #7E7E7E. Windows color (decimal): -9988044 or 3446887. OLE color: 3446887.
HSL color Cylindrical-coordinate representation of color #679834: hue angle of 89.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #679834 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 52 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.40 |
| HSL | 89.4º | 0.49% | 0.4% | - |
| HSV(B) | 89.4º | 0.66% | 0.6% | - |
| XYZ | 17.44 | 25.59 | 7.27 | - |
| YUV | 125.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 52 | 0.32 | 0 | 0.66 | 0.40 | 89.4 | 0.49 | 0.4 |
| Hex | 67 | 98 | 34 | 20 | 0 | 42 | 28 | 59 | 31 | 28 |
| Octal | 147 | 230 | 64 | 40 | 0 | 102 | 50 | 131 | 61 | 50 |
| Binary | 1100111 | 10011000 | 110100 | 100000 | 0 | 1000010 | 101000 | 1011001 | 110001 | 101000 |
Color Harmonies of #679834
Complementary color
Monochromatic Colors of #679834
Black with #679834
Text Example
Text Example
White with #679834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679834; }
p { color: rgb(103,152,52); }
H1.HeaderClassName
{
color: #679834;
}
.AnyTagClassName
{
color: #679834;
}
</style>
background-color css
<style>
a { background-color: #679834; }
a { background-color: rgb(103,152,52); }
div.DivClassName
{
background-color: #679834;
}
.BgClassName
{
background-color: #679834;
}
</style>
border-color css
<style>
span { border-color: #679834; }
span { border-color: rgb(103,152,52); }
td.TdClassName
{
border-color: #679834;
}
.TagClassName
{
border-color: #679834;
}
</style>