#66DD4C

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

Shades of Apple #66DD4C

Tints of Apple #66DD4C

Color information

#66DD4C (or 0x66DD4C) is unknown color: approx Apple. HEX triplet: 66, DD and 4C. RGB value is (102,221,76). Sum of RGB (Red+Green+Blue) = 102+221+76=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD4C is #9922B3. Grayscale: #A9A9A9. Windows color (decimal): -10035892 or 5037414. OLE color: 5037414.

HSL color Cylindrical-coordinate representation of color #66DD4C: hue angle of 109.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DD4C is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB10222176-
CMYK0.5400.660.13
HSL109.24º68.08%58.24%-
HSV(B)109.24º65.61%86.67%-
XYZ32.6455.0615.74-
YUV168.8975.5880.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=25.56%
G=55.39%
B=19.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221760.5400.660.13109.2468.0858.24
Hex66DD4C36042D6d443a
Octal1463351146601021515510472
Binary110011011011101100110011011001000010110111011011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,221,76); }

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

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

 a { background-color: rgb(102,221,76); }

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

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

 span { border-color: rgb(102,221,76); }

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