Shades of Limeade #669D2C
Tints of Limeade #669D2C
RGB
CMYK
RGB Variations
Color information
#669D2C (or 0x669D2C) is known color: Limeade. HEX triplet: 66, 9D and 2C. RGB value is (102,157,44). Sum of RGB (Red+Green+Blue) = 102+157+44=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #669D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D2C is #9962D3. Grayscale: #808080. Windows color (decimal): -10052308 or 2923878. OLE color: 2923878.
HSL color Cylindrical-coordinate representation of color #669D2C: hue angle of 89.2º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #669D2C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 44 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.38 |
| HSL | 89.2º | 0.56% | 0.39% | - |
| HSV(B) | 89.2º | 0.72% | 0.62% | - |
| XYZ | 17.99 | 27.12 | 6.67 | - |
| YUV | 127.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 44 | 0.35 | 0 | 0.72 | 0.38 | 89.2 | 0.56 | 0.39 |
| Hex | 66 | 9D | 2C | 23 | 0 | 48 | 26 | 59 | 38 | 27 |
| Octal | 146 | 235 | 54 | 43 | 0 | 110 | 46 | 131 | 70 | 47 |
| Binary | 1100110 | 10011101 | 101100 | 100011 | 0 | 1001000 | 100110 | 1011001 | 111000 | 100111 |
Color Harmonies of #669D2C
Complementary color
Monochromatic Colors of #669D2C
Black with #669D2C
Text Example
Text Example
White with #669D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D2C; }
p { color: rgb(102,157,44); }
H1.HeaderClassName
{
color: #669D2C;
}
.AnyTagClassName
{
color: #669D2C;
}
</style>
background-color css
<style>
a { background-color: #669D2C; }
a { background-color: rgb(102,157,44); }
div.DivClassName
{
background-color: #669D2C;
}
.BgClassName
{
background-color: #669D2C;
}
</style>
border-color css
<style>
span { border-color: #669D2C; }
span { border-color: rgb(102,157,44); }
td.TdClassName
{
border-color: #669D2C;
}
.TagClassName
{
border-color: #669D2C;
}
</style>