Shades of Limeade #669724
Tints of Limeade #669724
RGB
CMYK
RGB Variations
Color information
#669724 (or 0x669724) is known color: Limeade. HEX triplet: 66, 97 and 24. RGB value is (102,151,36). Sum of RGB (Red+Green+Blue) = 102+151+36=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #669724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669724 is #9968DB. Grayscale: #7B7B7B. Windows color (decimal): -10053852 or 2398054. OLE color: 2398054.
HSL color Cylindrical-coordinate representation of color #669724: hue angle of 85.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669724 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 36 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.41 |
| HSL | 85.57º | 0.61% | 0.37% | - |
| HSV(B) | 85.57º | 0.76% | 0.59% | - |
| XYZ | 16.86 | 25.09 | 5.62 | - |
| YUV | 123.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 36 | 0.32 | 0 | 0.76 | 0.41 | 85.57 | 0.61 | 0.37 |
| Hex | 66 | 97 | 24 | 20 | 0 | 4C | 29 | 56 | 3D | 25 |
| Octal | 146 | 227 | 44 | 40 | 0 | 114 | 51 | 126 | 75 | 45 |
| Binary | 1100110 | 10010111 | 100100 | 100000 | 0 | 1001100 | 101001 | 1010110 | 111101 | 100101 |
Color Harmonies of #669724
Complementary color
Monochromatic Colors of #669724
Black with #669724
Text Example
Text Example
White with #669724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669724; }
p { color: rgb(102,151,36); }
H1.HeaderClassName
{
color: #669724;
}
.AnyTagClassName
{
color: #669724;
}
</style>
background-color css
<style>
a { background-color: #669724; }
a { background-color: rgb(102,151,36); }
div.DivClassName
{
background-color: #669724;
}
.BgClassName
{
background-color: #669724;
}
</style>
border-color css
<style>
span { border-color: #669724; }
span { border-color: rgb(102,151,36); }
td.TdClassName
{
border-color: #669724;
}
.TagClassName
{
border-color: #669724;
}
</style>