#66C332

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

Shades of Apple #66C332

Tints of Apple #66C332

Color information

#66C332 (or 0x66C332) is unknown color: approx Apple. HEX triplet: 66, C3 and 32. RGB value is (102,195,50). Sum of RGB (Red+Green+Blue) = 102+195+50=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #66C332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C332 is #993CCD. Grayscale: #979797. Windows color (decimal): -10042574 or 3326822. OLE color: 3326822.

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

Color convert

RGB10219550-
CMYK0.4800.740.24
HSL98.48º59.18%48.04%-
HSV(B)98.48º74.36%76.47%-
XYZ25.5742.099.79-
YUV150.6671.1993.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 195 (76.56% from 255) = 56.20%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=29.39%
G=56.20%
B=14.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102195500.4800.740.2498.4859.1848.04
Hex66C3323004A18623b30
Octal14630362600112301427360
Binary11001101100001111001011000001001010110001100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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