Shades of Limeade #669B26
Tints of Limeade #669B26
RGB
CMYK
RGB Variations
Color information
#669B26 (or 0x669B26) is known color: Limeade. HEX triplet: 66, 9B and 26. RGB value is (102,155,38). Sum of RGB (Red+Green+Blue) = 102+155+38=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #669B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B26 is #9964D9. Grayscale: #7E7E7E. Windows color (decimal): -10052826 or 2530150. OLE color: 2530150.
HSL color Cylindrical-coordinate representation of color #669B26: hue angle of 87.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669B26 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 38 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.39 |
| HSL | 87.18º | 0.61% | 0.38% | - |
| HSV(B) | 87.18º | 0.75% | 0.61% | - |
| XYZ | 17.55 | 26.41 | 6.01 | - |
| YUV | 125.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 38 | 0.34 | 0 | 0.75 | 0.39 | 87.18 | 0.61 | 0.38 |
| Hex | 66 | 9B | 26 | 22 | 0 | 4B | 27 | 57 | 3D | 26 |
| Octal | 146 | 233 | 46 | 42 | 0 | 113 | 47 | 127 | 75 | 46 |
| Binary | 1100110 | 10011011 | 100110 | 100010 | 0 | 1001011 | 100111 | 1010111 | 111101 | 100110 |
Color Harmonies of #669B26
Complementary color
Monochromatic Colors of #669B26
Black with #669B26
Text Example
Text Example
White with #669B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B26; }
p { color: rgb(102,155,38); }
H1.HeaderClassName
{
color: #669B26;
}
.AnyTagClassName
{
color: #669B26;
}
</style>
background-color css
<style>
a { background-color: #669B26; }
a { background-color: rgb(102,155,38); }
div.DivClassName
{
background-color: #669B26;
}
.BgClassName
{
background-color: #669B26;
}
</style>
border-color css
<style>
span { border-color: #669B26; }
span { border-color: rgb(102,155,38); }
td.TdClassName
{
border-color: #669B26;
}
.TagClassName
{
border-color: #669B26;
}
</style>