#66c44e

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

Shades of Apple #66C44E

Tints of Apple #66C44E

Color information

#66C44E (or 0x66C44E) is unknown color: approx Apple. HEX triplet: 66, C4 and 4E. RGB value is (102,196,78). Sum of RGB (Red+Green+Blue) = 102+196+78=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #66C44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C44E is #993BB1. Grayscale: #9A9A9A. Windows color (decimal): -10042290 or 5162086. OLE color: 5162086.

HSL color Cylindrical-coordinate representation of color #66C44E: hue angle of 107.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66C44E is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB10219678-
CMYK0.4800.600.23
HSL107.8º50%53.73%-
HSV(B)107.8º60.2%76.86%-
XYZ26.5942.8514.08-
YUV154.4484.8690.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=27.13%
G=52.13%
B=20.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102196780.4800.600.23107.85053.73
Hex66C44E3003C176c3236
Octal14630411660074271546266
Binary11001101100010010011101100000111100101111101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66c44e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,78); }

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

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

 a { background-color: rgb(102,196,78); }

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

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

 span { border-color: rgb(102,196,78); }

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