#66D246

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

Shades of Apple #66D246

Tints of Apple #66D246

Color information

#66D246 (or 0x66D246) is unknown color: approx Apple. HEX triplet: 66, D2 and 46. RGB value is (102,210,70). Sum of RGB (Red+Green+Blue) = 102+210+70=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #66D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D246 is #992DB9. Grayscale: #A2A2A2. Windows color (decimal): -10038714 or 4641382. OLE color: 4641382.

HSL color Cylindrical-coordinate representation of color #66D246: hue angle of 106.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66D246 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB10221070-
CMYK0.5100.670.18
HSL106.29º60.87%54.9%-
HSV(B)106.29º66.67%82.35%-
XYZ29.6349.3613.76-
YUV161.7576.2285.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 210 (82.42% from 255) = 54.97%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=26.70%
G=54.97%
B=18.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102210700.5100.670.18106.2960.8754.9
Hex66D24633043126a3d37
Octal146322106630103221527567
Binary110011011010010100011011001101000011100101101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,210,70); }

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

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

 a { background-color: rgb(102,210,70); }

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

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

 span { border-color: rgb(102,210,70); }

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