Shades of Limeade #66A434
Tints of Limeade #66A434
RGB
CMYK
RGB Variations
Color information
#66A434 (or 0x66A434) is known color: Limeade. HEX triplet: 66, A4 and 34. RGB value is (102,164,52). Sum of RGB (Red+Green+Blue) = 102+164+52=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #66A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A434 is #995BCB. Grayscale: #858585. Windows color (decimal): -10050508 or 3449958. OLE color: 3449958.
HSL color Cylindrical-coordinate representation of color #66A434: hue angle of 93.21º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66A434 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 52 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.36 |
| HSL | 93.21º | 0.52% | 0.42% | - |
| HSV(B) | 93.21º | 0.68% | 0.64% | - |
| XYZ | 19.37 | 29.62 | 7.95 | - |
| YUV | 132.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 52 | 0.38 | 0 | 0.68 | 0.36 | 93.21 | 0.52 | 0.42 |
| Hex | 66 | A4 | 34 | 26 | 0 | 44 | 24 | 5D | 34 | 2A |
| Octal | 146 | 244 | 64 | 46 | 0 | 104 | 44 | 135 | 64 | 52 |
| Binary | 1100110 | 10100100 | 110100 | 100110 | 0 | 1000100 | 100100 | 1011101 | 110100 | 101010 |
Color Harmonies of #66A434
Complementary color
Monochromatic Colors of #66A434
Black with #66A434
Text Example
Text Example
White with #66A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A434; }
p { color: rgb(102,164,52); }
H1.HeaderClassName
{
color: #66A434;
}
.AnyTagClassName
{
color: #66A434;
}
</style>
background-color css
<style>
a { background-color: #66A434; }
a { background-color: rgb(102,164,52); }
div.DivClassName
{
background-color: #66A434;
}
.BgClassName
{
background-color: #66A434;
}
</style>
border-color css
<style>
span { border-color: #66A434; }
span { border-color: rgb(102,164,52); }
td.TdClassName
{
border-color: #66A434;
}
.TagClassName
{
border-color: #66A434;
}
</style>