#66C341

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

Shades of Apple #66C341

Tints of Apple #66C341

Color information

#66C341 (or 0x66C341) is unknown color: approx Apple. HEX triplet: 66, C3 and 41. RGB value is (102,195,65). Sum of RGB (Red+Green+Blue) = 102+195+65=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #66C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C341 is #993CBE. Grayscale: #989898. Windows color (decimal): -10042559 or 4309862. OLE color: 4309862.

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

Color convert

RGB10219565-
CMYK0.4800.670.24
HSL102.92º52%50.98%-
HSV(B)102.92º66.67%76.47%-
XYZ25.9542.2411.79-
YUV152.3778.6992.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 195 (76.56% from 255) = 53.87%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=28.18%
G=53.87%
B=17.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102195650.4800.670.24102.925250.98
Hex66C3413004318673433
Octal146303101600103301476463
Binary110011011000011100000111000001000011110001100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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