#66AD35

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

Shades of Apple #66AD35

Tints of Apple #66AD35

Color information

#66AD35 (or 0x66AD35) is unknown color: approx Apple. HEX triplet: 66, AD and 35. RGB value is (102,173,53). Sum of RGB (Red+Green+Blue) = 102+173+53=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD35 is #9952CA. Grayscale: #8A8A8A. Windows color (decimal): -10048203 or 3517798. OLE color: 3517798.

HSL color Cylindrical-coordinate representation of color #66AD35: hue angle of 95.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66AD35 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB10217353-
CMYK0.4100.690.32
HSL95.5º53.1%44.31%-
HSV(B)95.5º69.36%67.84%-
XYZ21.0732.978.62-
YUV138.0979.98102.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=31.10%
G=52.74%
B=16.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102173530.4100.690.3295.553.144.31
Hex66AD35290452060352c
Octal14625565510105401406554
Binary110011010101101110101101001010001011000001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,53); }

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

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

 a { background-color: rgb(102,173,53); }

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

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

 span { border-color: rgb(102,173,53); }

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