#66C02C

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

Shades of Apple #66C02C

Tints of Apple #66C02C

Color information

#66C02C (or 0x66C02C) is unknown color: approx Apple. HEX triplet: 66, C0 and 2C. RGB value is (102,192,44). Sum of RGB (Red+Green+Blue) = 102+192+44=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #66C02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C02C is #993FD3. Grayscale: #949494. Windows color (decimal): -10043348 or 2932838. OLE color: 2932838.

HSL color Cylindrical-coordinate representation of color #66C02C: hue angle of 96.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66C02C is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB10219244-
CMYK0.4700.770.25
HSL96.49º62.71%46.27%-
HSV(B)96.49º77.08%75.29%-
XYZ24.7840.718.93-
YUV148.2269.1895.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 192 (75.39% from 255) = 56.80%
BLUE value IS 44 (17.58% from 255) = 13.02%
R=30.18%
G=56.80%
B=13.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102192440.4700.770.2596.4962.7146.27
Hex66C02C2F04D19603f2e
Octal14630054570115311407756
Binary11001101100000010110010111101001101110011100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,44); }

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

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

 a { background-color: rgb(102,192,44); }

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

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

 span { border-color: rgb(102,192,44); }

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