Shades of Limeade #669F26
Tints of Limeade #669F26
RGB
CMYK
RGB Variations
Color information
#669F26 (or 0x669F26) is known color: Limeade. HEX triplet: 66, 9F and 26. RGB value is (102,159,38). Sum of RGB (Red+Green+Blue) = 102+159+38=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #669F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F26 is #9960D9. Grayscale: #808080. Windows color (decimal): -10051802 or 2531174. OLE color: 2531174.
HSL color Cylindrical-coordinate representation of color #669F26: hue angle of 88.26º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669F26 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 38 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.38 |
| HSL | 88.26º | 0.61% | 0.39% | - |
| HSV(B) | 88.26º | 0.76% | 0.62% | - |
| XYZ | 18.23 | 27.76 | 6.23 | - |
| YUV | 128.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 38 | 0.36 | 0 | 0.76 | 0.38 | 88.26 | 0.61 | 0.39 |
| Hex | 66 | 9F | 26 | 24 | 0 | 4C | 26 | 58 | 3D | 27 |
| Octal | 146 | 237 | 46 | 44 | 0 | 114 | 46 | 130 | 75 | 47 |
| Binary | 1100110 | 10011111 | 100110 | 100100 | 0 | 1001100 | 100110 | 1011000 | 111101 | 100111 |
Color Harmonies of #669F26
Complementary color
Monochromatic Colors of #669F26
Black with #669F26
Text Example
Text Example
White with #669F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F26; }
p { color: rgb(102,159,38); }
H1.HeaderClassName
{
color: #669F26;
}
.AnyTagClassName
{
color: #669F26;
}
</style>
background-color css
<style>
a { background-color: #669F26; }
a { background-color: rgb(102,159,38); }
div.DivClassName
{
background-color: #669F26;
}
.BgClassName
{
background-color: #669F26;
}
</style>
border-color css
<style>
span { border-color: #669F26; }
span { border-color: rgb(102,159,38); }
td.TdClassName
{
border-color: #669F26;
}
.TagClassName
{
border-color: #669F26;
}
</style>