#66A527

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

Shades of Limeade #66A527

Tints of Limeade #66A527

Color information

#66A527 (or 0x66A527) is unknown color: approx Limeade. HEX triplet: 66, A5 and 27. RGB value is (102,165,39). Sum of RGB (Red+Green+Blue) = 102+165+39=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #66A527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A527 is #995AD8. Grayscale: #848484. Windows color (decimal): -10050265 or 2598246. OLE color: 2598246.

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

Color convert

RGB10216539-
CMYK0.3800.760.35
HSL90º61.76%40%-
HSV(B)90º76.36%64.71%-
XYZ19.329.886.67-
YUV131.875.63106.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 53.92%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=33.33%
G=53.92%
B=12.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165390.3800.760.359061.7640
Hex66A5272604C235a3e28
Octal14624547460114431327650
Binary110011010100101100111100110010011001000111011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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