#66BA3C

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

Shades of Apple #66BA3C

Tints of Apple #66BA3C

Color information

#66BA3C (or 0x66BA3C) is unknown color: approx Apple. HEX triplet: 66, BA and 3C. RGB value is (102,186,60). Sum of RGB (Red+Green+Blue) = 102+186+60=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA3C is #9945C3. Grayscale: #929292. Windows color (decimal): -10044868 or 3979878. OLE color: 3979878.

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

Color convert

RGB10218660-
CMYK0.4500.680.27
HSL100º51.22%48.24%-
HSV(B)100º67.74%72.94%-
XYZ23.8538.2710.4-
YUV146.5279.1796.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=29.31%
G=53.45%
B=17.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102186600.4500.680.2710051.2248.24
Hex66BA3C2D0441B643330
Octal14627274550104331446360
Binary11001101011101011110010110101000100110111100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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