Shades of Limeade #669825
Tints of Limeade #669825
RGB
CMYK
RGB Variations
Color information
#669825 (or 0x669825) is known color: Limeade. HEX triplet: 66, 98 and 25. RGB value is (102,152,37). Sum of RGB (Red+Green+Blue) = 102+152+37=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #669825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669825 is #9967DA. Grayscale: #7C7C7C. Windows color (decimal): -10053595 or 2463846. OLE color: 2463846.
HSL color Cylindrical-coordinate representation of color #669825: hue angle of 86.09º degrees, saturation: 0.61, 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 #669825 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 37 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.40 |
| HSL | 86.09º | 0.61% | 0.37% | - |
| HSV(B) | 86.09º | 0.76% | 0.6% | - |
| XYZ | 17.04 | 25.41 | 5.76 | - |
| YUV | 123.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 37 | 0.33 | 0 | 0.76 | 0.40 | 86.09 | 0.61 | 0.37 |
| Hex | 66 | 98 | 25 | 21 | 0 | 4C | 28 | 56 | 3D | 25 |
| Octal | 146 | 230 | 45 | 41 | 0 | 114 | 50 | 126 | 75 | 45 |
| Binary | 1100110 | 10011000 | 100101 | 100001 | 0 | 1001100 | 101000 | 1010110 | 111101 | 100101 |
Color Harmonies of #669825
Complementary color
Monochromatic Colors of #669825
Black with #669825
Text Example
Text Example
White with #669825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669825; }
p { color: rgb(102,152,37); }
H1.HeaderClassName
{
color: #669825;
}
.AnyTagClassName
{
color: #669825;
}
</style>
background-color css
<style>
a { background-color: #669825; }
a { background-color: rgb(102,152,37); }
div.DivClassName
{
background-color: #669825;
}
.BgClassName
{
background-color: #669825;
}
</style>
border-color css
<style>
span { border-color: #669825; }
span { border-color: rgb(102,152,37); }
td.TdClassName
{
border-color: #669825;
}
.TagClassName
{
border-color: #669825;
}
</style>