#66BA3E

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

Shades of Apple #66BA3E

Tints of Apple #66BA3E

Color information

#66BA3E (or 0x66BA3E) is unknown color: approx Apple. HEX triplet: 66, BA and 3E. RGB value is (102,186,62). Sum of RGB (Red+Green+Blue) = 102+186+62=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA3E is #9945C1. Grayscale: #939393. Windows color (decimal): -10044866 or 4110950. OLE color: 4110950.

HSL color Cylindrical-coordinate representation of color #66BA3E: hue angle of 100.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66BA3E is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB10218662-
CMYK0.4500.670.27
HSL100.65º50%48.63%-
HSV(B)100.65º66.67%72.94%-
XYZ23.9138.2910.69-
YUV146.7580.1796.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=29.14%
G=53.14%
B=17.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102186620.4500.670.27100.655048.63
Hex66BA3E2D0431B653231
Octal14627276550103331456261
Binary11001101011101011111010110101000011110111100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,62); }

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

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

 a { background-color: rgb(102,186,62); }

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

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

 span { border-color: rgb(102,186,62); }

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