Shades of Limeade #679D21
Tints of Limeade #679D21
RGB
CMYK
RGB Variations
Color information
#679D21 (or 0x679D21) is known color: Limeade. HEX triplet: 67, 9D and 21. RGB value is (103,157,33). Sum of RGB (Red+Green+Blue) = 103+157+33=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #679D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679D21 is #9862DE. Grayscale: #7F7F7F. Windows color (decimal): -9986783 or 2202983. OLE color: 2202983.
HSL color Cylindrical-coordinate representation of color #679D21: hue angle of 86.13º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #679D21 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 33 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.38 |
| HSL | 86.13º | 0.65% | 0.37% | - |
| HSV(B) | 86.13º | 0.79% | 0.62% | - |
| XYZ | 17.93 | 27.11 | 5.73 | - |
| YUV | 126.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 33 | 0.34 | 0 | 0.79 | 0.38 | 86.13 | 0.65 | 0.37 |
| Hex | 67 | 9D | 21 | 22 | 0 | 4F | 26 | 56 | 41 | 25 |
| Octal | 147 | 235 | 41 | 42 | 0 | 117 | 46 | 126 | 101 | 45 |
| Binary | 1100111 | 10011101 | 100001 | 100010 | 0 | 1001111 | 100110 | 1010110 | 1000001 | 100101 |
Color Harmonies of #679D21
Complementary color
Monochromatic Colors of #679D21
Black with #679D21
Text Example
Text Example
White with #679D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D21; }
p { color: rgb(103,157,33); }
H1.HeaderClassName
{
color: #679D21;
}
.AnyTagClassName
{
color: #679D21;
}
</style>
background-color css
<style>
a { background-color: #679D21; }
a { background-color: rgb(103,157,33); }
div.DivClassName
{
background-color: #679D21;
}
.BgClassName
{
background-color: #679D21;
}
</style>
border-color css
<style>
span { border-color: #679D21; }
span { border-color: rgb(103,157,33); }
td.TdClassName
{
border-color: #679D21;
}
.TagClassName
{
border-color: #679D21;
}
</style>