Shades of Limeade #669924
Tints of Limeade #669924
RGB
CMYK
RGB Variations
Color information
#669924 (or 0x669924) is known color: Limeade. HEX triplet: 66, 99 and 24. RGB value is (102,153,36). Sum of RGB (Red+Green+Blue) = 102+153+36=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #669924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669924 is #9966DB. Grayscale: #7C7C7C. Windows color (decimal): -10053340 or 2398566. OLE color: 2398566.
HSL color Cylindrical-coordinate representation of color #669924: hue angle of 86.15º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669924 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 36 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.4 |
| HSL | 86.15º | 0.62% | 0.37% | - |
| HSV(B) | 86.15º | 0.76% | 0.6% | - |
| XYZ | 17.19 | 25.73 | 5.73 | - |
| YUV | 124.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 36 | 0.33 | 0 | 0.76 | 0.4 | 86.15 | 0.62 | 0.37 |
| Hex | 66 | 99 | 24 | 21 | 0 | 4C | 28 | 56 | 3E | 25 |
| Octal | 146 | 231 | 44 | 41 | 0 | 114 | 50 | 126 | 76 | 45 |
| Binary | 1100110 | 10011001 | 100100 | 100001 | 0 | 1001100 | 101000 | 1010110 | 111110 | 100101 |
Color Harmonies of #669924
Complementary color
Monochromatic Colors of #669924
Black with #669924
Text Example
Text Example
White with #669924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669924; }
p { color: rgb(102,153,36); }
H1.HeaderClassName
{
color: #669924;
}
.AnyTagClassName
{
color: #669924;
}
</style>
background-color css
<style>
a { background-color: #669924; }
a { background-color: rgb(102,153,36); }
div.DivClassName
{
background-color: #669924;
}
.BgClassName
{
background-color: #669924;
}
</style>
border-color css
<style>
span { border-color: #669924; }
span { border-color: rgb(102,153,36); }
td.TdClassName
{
border-color: #669924;
}
.TagClassName
{
border-color: #669924;
}
</style>