#66BD40

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

Shades of Apple #66BD40

Tints of Apple #66BD40

Color information

#66BD40 (or 0x66BD40) is unknown color: approx Apple. HEX triplet: 66, BD and 40. RGB value is (102,189,64). Sum of RGB (Red+Green+Blue) = 102+189+64=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD40 is #9942BF. Grayscale: #959595. Windows color (decimal): -10044096 or 4242790. OLE color: 4242790.

HSL color Cylindrical-coordinate representation of color #66BD40: hue angle of 101.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66BD40 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB10218964-
CMYK0.4600.660.26
HSL101.76º49.41%49.61%-
HSV(B)101.76º66.14%74.12%-
XYZ24.639.5911.2-
YUV148.7480.1894.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 189 (74.22% from 255) = 53.24%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=28.73%
G=53.24%
B=18.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102189640.4600.660.26101.7649.4149.61
Hex66BD402E0421A663132
Octal146275100560102321466162
Binary110011010111101100000010111001000010110101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,64); }

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

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

 a { background-color: rgb(102,189,64); }

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

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

 span { border-color: rgb(102,189,64); }

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