#66AF50

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

Shades of Apple #66AF50

Tints of Apple #66AF50

Color information

#66AF50 (or 0x66AF50) is unknown color: approx Apple. HEX triplet: 66, AF and 50. RGB value is (102,175,80). Sum of RGB (Red+Green+Blue) = 102+175+80=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF50 is #9950AF. Grayscale: #8E8E8E. Windows color (decimal): -10047664 or 5287782. OLE color: 5287782.

HSL color Cylindrical-coordinate representation of color #66AF50: hue angle of 106.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AF50 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB10217580-
CMYK0.4200.540.31
HSL106.11º37.25%50%-
HSV(B)106.11º54.29%68.63%-
XYZ22.2634.0612.99-
YUV142.3492.8299.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=28.57%
G=49.02%
B=22.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175800.4200.540.31106.1137.2550
Hex66AF502A0361F6a2532
Octal14625712052066371524562
Binary11001101010111110100001010100110110111111101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,80); }

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

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

 a { background-color: rgb(102,175,80); }

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

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

 span { border-color: rgb(102,175,80); }

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