Shades of Limeade #679921
Tints of Limeade #679921
RGB
CMYK
RGB Variations
Color information
#679921 (or 0x679921) is known color: Limeade. HEX triplet: 67, 99 and 21. RGB value is (103,153,33). Sum of RGB (Red+Green+Blue) = 103+153+33=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #679921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679921 is #9866DE. Grayscale: #7C7C7C. Windows color (decimal): -9987807 or 2201959. OLE color: 2201959.
HSL color Cylindrical-coordinate representation of color #679921: hue angle of 85º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679921 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 33 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.4 |
| HSL | 85º | 0.65% | 0.36% | - |
| HSV(B) | 85º | 0.78% | 0.6% | - |
| XYZ | 17.26 | 25.78 | 5.5 | - |
| YUV | 124.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 33 | 0.33 | 0 | 0.78 | 0.4 | 85 | 0.65 | 0.36 |
| Hex | 67 | 99 | 21 | 21 | 0 | 4E | 28 | 55 | 41 | 24 |
| Octal | 147 | 231 | 41 | 41 | 0 | 116 | 50 | 125 | 101 | 44 |
| Binary | 1100111 | 10011001 | 100001 | 100001 | 0 | 1001110 | 101000 | 1010101 | 1000001 | 100100 |
Color Harmonies of #679921
Complementary color
Monochromatic Colors of #679921
Black with #679921
Text Example
Text Example
White with #679921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679921; }
p { color: rgb(103,153,33); }
H1.HeaderClassName
{
color: #679921;
}
.AnyTagClassName
{
color: #679921;
}
</style>
background-color css
<style>
a { background-color: #679921; }
a { background-color: rgb(103,153,33); }
div.DivClassName
{
background-color: #679921;
}
.BgClassName
{
background-color: #679921;
}
</style>
border-color css
<style>
span { border-color: #679921; }
span { border-color: rgb(103,153,33); }
td.TdClassName
{
border-color: #679921;
}
.TagClassName
{
border-color: #679921;
}
</style>