Shades of Limeade #679923
Tints of Limeade #679923
RGB
CMYK
RGB Variations
Color information
#679923 (or 0x679923) is known color: Limeade. HEX triplet: 67, 99 and 23. RGB value is (103,153,35). Sum of RGB (Red+Green+Blue) = 103+153+35=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #679923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679923 is #9866DC. Grayscale: #7D7D7D. Windows color (decimal): -9987805 or 2333031. OLE color: 2333031.
HSL color Cylindrical-coordinate representation of color #679923: hue angle of 85.42º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679923 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 35 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.4 |
| HSL | 85.42º | 0.63% | 0.37% | - |
| HSV(B) | 85.42º | 0.77% | 0.6% | - |
| XYZ | 17.29 | 25.79 | 5.66 | - |
| YUV | 124.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 35 | 0.33 | 0 | 0.77 | 0.4 | 85.42 | 0.63 | 0.37 |
| Hex | 67 | 99 | 23 | 21 | 0 | 4D | 28 | 55 | 3F | 25 |
| Octal | 147 | 231 | 43 | 41 | 0 | 115 | 50 | 125 | 77 | 45 |
| Binary | 1100111 | 10011001 | 100011 | 100001 | 0 | 1001101 | 101000 | 1010101 | 111111 | 100101 |
Color Harmonies of #679923
Complementary color
Monochromatic Colors of #679923
Black with #679923
Text Example
Text Example
White with #679923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679923; }
p { color: rgb(103,153,35); }
H1.HeaderClassName
{
color: #679923;
}
.AnyTagClassName
{
color: #679923;
}
</style>
background-color css
<style>
a { background-color: #679923; }
a { background-color: rgb(103,153,35); }
div.DivClassName
{
background-color: #679923;
}
.BgClassName
{
background-color: #679923;
}
</style>
border-color css
<style>
span { border-color: #679923; }
span { border-color: rgb(103,153,35); }
td.TdClassName
{
border-color: #679923;
}
.TagClassName
{
border-color: #679923;
}
</style>