Shades of Limeade #669C1C
Tints of Limeade #669C1C
RGB
CMYK
RGB Variations
Color information
#669C1C (or 0x669C1C) is known color: Limeade. HEX triplet: 66, 9C and 1C. RGB value is (102,156,28). Sum of RGB (Red+Green+Blue) = 102+156+28=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #669C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C1C is #9963E3. Grayscale: #7D7D7D. Windows color (decimal): -10052580 or 1875046. OLE color: 1875046.
HSL color Cylindrical-coordinate representation of color #669C1C: hue angle of 85.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #669C1C is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 28 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.39 |
| HSL | 85.31º | 0.7% | 0.36% | - |
| HSV(B) | 85.31º | 0.82% | 0.61% | - |
| XYZ | 17.58 | 26.69 | 5.32 | - |
| YUV | 125.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 28 | 0.35 | 0 | 0.82 | 0.39 | 85.31 | 0.7 | 0.36 |
| Hex | 66 | 9C | 1C | 23 | 0 | 52 | 27 | 55 | 46 | 24 |
| Octal | 146 | 234 | 34 | 43 | 0 | 122 | 47 | 125 | 106 | 44 |
| Binary | 1100110 | 10011100 | 11100 | 100011 | 0 | 1010010 | 100111 | 1010101 | 1000110 | 100100 |
Color Harmonies of #669C1C
Complementary color
Monochromatic Colors of #669C1C
Black with #669C1C
Text Example
Text Example
White with #669C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C1C; }
p { color: rgb(102,156,28); }
H1.HeaderClassName
{
color: #669C1C;
}
.AnyTagClassName
{
color: #669C1C;
}
</style>
background-color css
<style>
a { background-color: #669C1C; }
a { background-color: rgb(102,156,28); }
div.DivClassName
{
background-color: #669C1C;
}
.BgClassName
{
background-color: #669C1C;
}
</style>
border-color css
<style>
span { border-color: #669C1C; }
span { border-color: rgb(102,156,28); }
td.TdClassName
{
border-color: #669C1C;
}
.TagClassName
{
border-color: #669C1C;
}
</style>