#66C042

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

Shades of Apple #66C042

Tints of Apple #66C042

Color information

#66C042 (or 0x66C042) is unknown color: approx Apple. HEX triplet: 66, C0 and 42. RGB value is (102,192,66). Sum of RGB (Red+Green+Blue) = 102+192+66=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #66C042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C042 is #993FBD. Grayscale: #979797. Windows color (decimal): -10043326 or 4374630. OLE color: 4374630.

HSL color Cylindrical-coordinate representation of color #66C042: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66C042 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB10219266-
CMYK0.4700.660.25
HSL102.86º50%50.59%-
HSV(B)102.86º65.62%75.29%-
XYZ25.3140.9211.72-
YUV150.7380.1893.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 192 (75.39% from 255) = 53.33%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=28.33%
G=53.33%
B=18.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102192660.4700.660.25102.865050.59
Hex66C0422F04219673233
Octal146300102570102311476263
Binary110011011000000100001010111101000010110011100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,66); }

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

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

 a { background-color: rgb(102,192,66); }

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

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

 span { border-color: rgb(102,192,66); }

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