#66BC48

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

Shades of Apple #66BC48

Tints of Apple #66BC48

Color information

#66BC48 (or 0x66BC48) is unknown color: approx Apple. HEX triplet: 66, BC and 48. RGB value is (102,188,72). Sum of RGB (Red+Green+Blue) = 102+188+72=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC48 is #9943B7. Grayscale: #959595. Windows color (decimal): -10044344 or 4766822. OLE color: 4766822.

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

Color convert

RGB10218872-
CMYK0.4600.620.26
HSL104.48º46.4%50.98%-
HSV(B)104.48º61.7%73.73%-
XYZ24.6339.2612.41-
YUV149.0684.5194.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 188 (73.83% from 255) = 51.93%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=28.18%
G=51.93%
B=19.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102188720.4600.620.26104.4846.450.98
Hex66BC482E03E1A682e33
Octal14627411056076321505663
Binary11001101011110010010001011100111110110101101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,72); }

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

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

 a { background-color: rgb(102,188,72); }

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

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

 span { border-color: rgb(102,188,72); }

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