#66AB50

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

Shades of Apple #66AB50

Tints of Apple #66AB50

Color information

#66AB50 (or 0x66AB50) is unknown color: approx Apple. HEX triplet: 66, AB and 50. RGB value is (102,171,80). Sum of RGB (Red+Green+Blue) = 102+171+80=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB50 is #9954AF. Grayscale: #8C8C8C. Windows color (decimal): -10048688 or 5286758. OLE color: 5286758.

HSL color Cylindrical-coordinate representation of color #66AB50: hue angle of 105.49º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AB50 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB10217180-
CMYK0.4000.530.33
HSL105.49º36.25%49.22%-
HSV(B)105.49º53.22%67.06%-
XYZ21.4932.5312.74-
YUV14094.14100.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=28.90%
G=48.44%
B=22.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171800.4000.530.33105.4936.2549.22
Hex66AB502803521692431
Octal14625312050065411514461
Binary110011010101011101000010100001101011000011101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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