#66C638

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

Shades of Apple #66C638

Tints of Apple #66C638

Color information

#66C638 (or 0x66C638) is unknown color: approx Apple. HEX triplet: 66, C6 and 38. RGB value is (102,198,56). Sum of RGB (Red+Green+Blue) = 102+198+56=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #66C638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C638 is #9939C7. Grayscale: #999999. Windows color (decimal): -10041800 or 3720806. OLE color: 3720806.

HSL color Cylindrical-coordinate representation of color #66C638: hue angle of 100.56º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66C638 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB10219856-
CMYK0.4800.720.22
HSL100.56º55.91%49.8%-
HSV(B)100.56º71.72%77.65%-
XYZ26.3943.510.75-
YUV153.1173.291.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=28.65%
G=55.62%
B=15.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102198560.4800.720.22100.5655.9149.8
Hex66C6383004816653832
Octal14630670600110261457062
Binary11001101100011011100011000001001000101101100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,198,56); }

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

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

 a { background-color: rgb(102,198,56); }

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

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

 span { border-color: rgb(102,198,56); }

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