Shades of Limeade #669F36
Tints of Limeade #669F36
RGB
CMYK
RGB Variations
Color information
#669F36 (or 0x669F36) is known color: Limeade. HEX triplet: 66, 9F and 36. RGB value is (102,159,54). Sum of RGB (Red+Green+Blue) = 102+159+54=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #669F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F36 is #9960C9. Grayscale: #828282. Windows color (decimal): -10051786 or 3579750. OLE color: 3579750.
HSL color Cylindrical-coordinate representation of color #669F36: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #669F36 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 54 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.38 |
| HSL | 92.57º | 0.49% | 0.42% | - |
| HSV(B) | 92.57º | 0.66% | 0.62% | - |
| XYZ | 18.54 | 27.89 | 7.9 | - |
| YUV | 129.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 54 | 0.36 | 0 | 0.66 | 0.38 | 92.57 | 0.49 | 0.42 |
| Hex | 66 | 9F | 36 | 24 | 0 | 42 | 26 | 5D | 31 | 2A |
| Octal | 146 | 237 | 66 | 44 | 0 | 102 | 46 | 135 | 61 | 52 |
| Binary | 1100110 | 10011111 | 110110 | 100100 | 0 | 1000010 | 100110 | 1011101 | 110001 | 101010 |
Color Harmonies of #669F36
Complementary color
Monochromatic Colors of #669F36
Black with #669F36
Text Example
Text Example
White with #669F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F36; }
p { color: rgb(102,159,54); }
H1.HeaderClassName
{
color: #669F36;
}
.AnyTagClassName
{
color: #669F36;
}
</style>
background-color css
<style>
a { background-color: #669F36; }
a { background-color: rgb(102,159,54); }
div.DivClassName
{
background-color: #669F36;
}
.BgClassName
{
background-color: #669F36;
}
</style>
border-color css
<style>
span { border-color: #669F36; }
span { border-color: rgb(102,159,54); }
td.TdClassName
{
border-color: #669F36;
}
.TagClassName
{
border-color: #669F36;
}
</style>