Shades of Limeade #669C35
Tints of Limeade #669C35
RGB
CMYK
RGB Variations
Color information
#669C35 (or 0x669C35) is known color: Limeade. HEX triplet: 66, 9C and 35. RGB value is (102,156,53). Sum of RGB (Red+Green+Blue) = 102+156+53=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #669C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C35 is #9963CA. Grayscale: #808080. Windows color (decimal): -10052555 or 3513446. OLE color: 3513446.
HSL color Cylindrical-coordinate representation of color #669C35: hue angle of 91.46º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #669C35 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 53 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.39 |
| HSL | 91.46º | 0.49% | 0.41% | - |
| HSV(B) | 91.46º | 0.66% | 0.61% | - |
| XYZ | 18.01 | 26.86 | 7.6 | - |
| YUV | 128.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 53 | 0.35 | 0 | 0.66 | 0.39 | 91.46 | 0.49 | 0.41 |
| Hex | 66 | 9C | 35 | 23 | 0 | 42 | 27 | 5B | 31 | 29 |
| Octal | 146 | 234 | 65 | 43 | 0 | 102 | 47 | 133 | 61 | 51 |
| Binary | 1100110 | 10011100 | 110101 | 100011 | 0 | 1000010 | 100111 | 1011011 | 110001 | 101001 |
Color Harmonies of #669C35
Complementary color
Monochromatic Colors of #669C35
Black with #669C35
Text Example
Text Example
White with #669C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C35; }
p { color: rgb(102,156,53); }
H1.HeaderClassName
{
color: #669C35;
}
.AnyTagClassName
{
color: #669C35;
}
</style>
background-color css
<style>
a { background-color: #669C35; }
a { background-color: rgb(102,156,53); }
div.DivClassName
{
background-color: #669C35;
}
.BgClassName
{
background-color: #669C35;
}
</style>
border-color css
<style>
span { border-color: #669C35; }
span { border-color: rgb(102,156,53); }
td.TdClassName
{
border-color: #669C35;
}
.TagClassName
{
border-color: #669C35;
}
</style>