#66CA47

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

Shades of Apple #66CA47

Tints of Apple #66CA47

Color information

#66CA47 (or 0x66CA47) is unknown color: approx Apple. HEX triplet: 66, CA and 47. RGB value is (102,202,71). Sum of RGB (Red+Green+Blue) = 102+202+71=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA47 is #9935B8. Grayscale: #9D9D9D. Windows color (decimal): -10040761 or 4704870. OLE color: 4704870.

HSL color Cylindrical-coordinate representation of color #66CA47: hue angle of 105.8º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66CA47 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB10220271-
CMYK0.5000.650.21
HSL105.8º55.27%53.53%-
HSV(B)105.8º64.85%79.22%-
XYZ27.7445.5213.29-
YUV157.1779.3788.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=27.2%
G=53.87%
B=18.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202710.5000.650.21105.855.2753.53
Hex66CA4732041156a3736
Octal146312107620101251526766
Binary110011011001010100011111001001000001101011101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,71); }

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

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

 a { background-color: rgb(102,202,71); }

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

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

 span { border-color: rgb(102,202,71); }

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