#66CC32

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

Shades of Apple #66CC32

Tints of Apple #66CC32

Color information

#66CC32 (or 0x66CC32) is unknown color: approx Apple. HEX triplet: 66, CC and 32. RGB value is (102,204,50). Sum of RGB (Red+Green+Blue) = 102+204+50=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CC32 is #9933CD. Grayscale: #9C9C9C. Windows color (decimal): -10040270 or 3329126. OLE color: 3329126.

HSL color Cylindrical-coordinate representation of color #66CC32: hue angle of 99.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66CC32 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB10220450-
CMYK0.500.750.2
HSL99.74º60.63%49.8%-
HSV(B)99.74º75.49%80%-
XYZ27.6546.2410.49-
YUV155.9568.2189.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 204 (80.08% from 255) = 57.30%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=28.65%
G=57.30%
B=14.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102204500.500.750.299.7460.6349.8
Hex66CC323204B14643d32
Octal14631462620113241447562
Binary11001101100110011001011001001001011101001100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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