Shades of Limeade #669C39
Tints of Limeade #669C39
RGB
CMYK
RGB Variations
Color information
#669C39 (or 0x669C39) is known color: Limeade. HEX triplet: 66, 9C and 39. RGB value is (102,156,57). Sum of RGB (Red+Green+Blue) = 102+156+57=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #669C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C39 is #9963C6. Grayscale: #808080. Windows color (decimal): -10052551 or 3775590. OLE color: 3775590.
HSL color Cylindrical-coordinate representation of color #669C39: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #669C39 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 57 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.39 |
| HSL | 92.73º | 0.46% | 0.42% | - |
| HSV(B) | 92.73º | 0.63% | 0.61% | - |
| XYZ | 18.11 | 26.9 | 8.11 | - |
| YUV | 128.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 57 | 0.35 | 0 | 0.63 | 0.39 | 92.73 | 0.46 | 0.42 |
| Hex | 66 | 9C | 39 | 23 | 0 | 3F | 27 | 5D | 2E | 2A |
| Octal | 146 | 234 | 71 | 43 | 0 | 77 | 47 | 135 | 56 | 52 |
| Binary | 1100110 | 10011100 | 111001 | 100011 | 0 | 111111 | 100111 | 1011101 | 101110 | 101010 |
Color Harmonies of #669C39
Complementary color
Monochromatic Colors of #669C39
Black with #669C39
Text Example
Text Example
White with #669C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C39; }
p { color: rgb(102,156,57); }
H1.HeaderClassName
{
color: #669C39;
}
.AnyTagClassName
{
color: #669C39;
}
</style>
background-color css
<style>
a { background-color: #669C39; }
a { background-color: rgb(102,156,57); }
div.DivClassName
{
background-color: #669C39;
}
.BgClassName
{
background-color: #669C39;
}
</style>
border-color css
<style>
span { border-color: #669C39; }
span { border-color: rgb(102,156,57); }
td.TdClassName
{
border-color: #669C39;
}
.TagClassName
{
border-color: #669C39;
}
</style>