Shades of Limeade #66992C
Tints of Limeade #66992C
RGB
CMYK
RGB Variations
Color information
#66992C (or 0x66992C) is known color: Limeade. HEX triplet: 66, 99 and 2C. RGB value is (102,153,44). Sum of RGB (Red+Green+Blue) = 102+153+44=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #66992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66992C is #9966D3. Grayscale: #7D7D7D. Windows color (decimal): -10053332 or 2922854. OLE color: 2922854.
HSL color Cylindrical-coordinate representation of color #66992C: hue angle of 88.07º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66992C is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 44 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.4 |
| HSL | 88.07º | 0.55% | 0.39% | - |
| HSV(B) | 88.07º | 0.71% | 0.6% | - |
| XYZ | 17.33 | 25.79 | 6.45 | - |
| YUV | 125.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 44 | 0.33 | 0 | 0.71 | 0.4 | 88.07 | 0.55 | 0.39 |
| Hex | 66 | 99 | 2C | 21 | 0 | 47 | 28 | 58 | 37 | 27 |
| Octal | 146 | 231 | 54 | 41 | 0 | 107 | 50 | 130 | 67 | 47 |
| Binary | 1100110 | 10011001 | 101100 | 100001 | 0 | 1000111 | 101000 | 1011000 | 110111 | 100111 |
Color Harmonies of #66992C
Complementary color
Monochromatic Colors of #66992C
Black with #66992C
Text Example
Text Example
White with #66992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66992C; }
p { color: rgb(102,153,44); }
H1.HeaderClassName
{
color: #66992C;
}
.AnyTagClassName
{
color: #66992C;
}
</style>
background-color css
<style>
a { background-color: #66992C; }
a { background-color: rgb(102,153,44); }
div.DivClassName
{
background-color: #66992C;
}
.BgClassName
{
background-color: #66992C;
}
</style>
border-color css
<style>
span { border-color: #66992C; }
span { border-color: rgb(102,153,44); }
td.TdClassName
{
border-color: #66992C;
}
.TagClassName
{
border-color: #66992C;
}
</style>