#66A536

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

Shades of Limeade #66A536

Tints of Limeade #66A536

Color information

#66A536 (or 0x66A536) is unknown color: approx Limeade. HEX triplet: 66, A5 and 36. RGB value is (102,165,54). Sum of RGB (Red+Green+Blue) = 102+165+54=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #66A536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A536 is #995AC9. Grayscale: #858585. Windows color (decimal): -10050250 or 3581286. OLE color: 3581286.

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

Color convert

RGB10216554-
CMYK0.3800.670.35
HSL94.05º50.68%42.94%-
HSV(B)94.05º67.27%64.71%-
XYZ19.6308.25-
YUV133.5183.13105.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=31.78%
G=51.40%
B=16.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165540.3800.670.3594.0550.6842.94
Hex66A53626043235e332b
Octal14624566460103431366353
Binary110011010100101110110100110010000111000111011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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