#66CA44

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

Shades of Apple #66CA44

Tints of Apple #66CA44

Color information

#66CA44 (or 0x66CA44) is unknown color: approx Apple. HEX triplet: 66, CA and 44. RGB value is (102,202,68). Sum of RGB (Red+Green+Blue) = 102+202+68=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA44 is #9935BB. Grayscale: #9D9D9D. Windows color (decimal): -10040764 or 4508262. OLE color: 4508262.

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

Color convert

RGB10220268-
CMYK0.5000.660.21
HSL104.78º55.83%52.94%-
HSV(B)104.78º66.34%79.22%-
XYZ27.6445.4812.79-
YUV156.8277.8788.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=27.42%
G=54.30%
B=18.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202680.5000.660.21104.7855.8352.94
Hex66CA443204215693835
Octal146312104620102251517065
Binary110011011001010100010011001001000010101011101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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