#66C34A

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

Shades of Apple #66C34A

Tints of Apple #66C34A

Color information

#66C34A (or 0x66C34A) is unknown color: approx Apple. HEX triplet: 66, C3 and 4A. RGB value is (102,195,74). Sum of RGB (Red+Green+Blue) = 102+195+74=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #66C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C34A is #993CB5. Grayscale: #999999. Windows color (decimal): -10042550 or 4899686. OLE color: 4899686.

HSL color Cylindrical-coordinate representation of color #66C34A: hue angle of 106.12º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66C34A is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB10219574-
CMYK0.4800.620.24
HSL106.12º50.21%52.75%-
HSV(B)106.12º62.05%76.47%-
XYZ26.2342.3513.27-
YUV153.483.1991.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=27.49%
G=52.56%
B=19.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102195740.4800.620.24106.1250.2152.75
Hex66C34A3003E186a3235
Octal14630311260076301526265
Binary11001101100001110010101100000111110110001101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,195,74); }

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

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

 a { background-color: rgb(102,195,74); }

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

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

 span { border-color: rgb(102,195,74); }

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