#66A534

Color #66A534 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #66A534

Tints of Limeade #66A534

Color information

#66A534 (or 0x66A534) is unknown color: approx Limeade. HEX triplet: 66, A5 and 34. RGB value is (102,165,52). Sum of RGB (Red+Green+Blue) = 102+165+52=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #66A534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A534 is #995ACB. Grayscale: #858585. Windows color (decimal): -10050252 or 3450214. OLE color: 3450214.

HSL color Cylindrical-coordinate representation of color #66A534: hue angle of 93.45º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66A534 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB10216552-
CMYK0.3800.680.35
HSL93.45º52.07%42.55%-
HSV(B)93.45º68.48%64.71%-
XYZ19.5529.988.01-
YUV133.2882.13105.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=31.97%
G=51.72%
B=16.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165520.3800.680.3593.4552.0742.55
Hex66A53426044235d342b
Octal14624564460104431356453
Binary110011010100101110100100110010001001000111011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A534; }

 p { color: rgb(102,165,52); }

 H1.HeaderClassName
 {
   color: #66A534;
 }
 .AnyTagClassName
 {
   color: #66A534;
 }
</style>
background-color css

<style>
 a { background-color: #66A534; }

 a { background-color: rgb(102,165,52); }

 div.DivClassName
 {
   background-color: #66A534;
 }
 .BgClassName
 {
   background-color: #66A534;
 }
</style>
border-color css

<style>
 span { border-color: #66A534; }

 span { border-color: rgb(102,165,52); }

 td.TdClassName
 {
   border-color: #66A534;
 }
 .TagClassName
 {
   border-color: #66A534;
 }
</style>