#66D83F

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

Shades of Apple #66D83F

Tints of Apple #66D83F

Color information

#66D83F (or 0x66D83F) is unknown color: approx Apple. HEX triplet: 66, D8 and 3F. RGB value is (102,216,63). Sum of RGB (Red+Green+Blue) = 102+216+63=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #66D83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D83F is #9927C0. Grayscale: #A4A4A4. Windows color (decimal): -10037185 or 4184166. OLE color: 4184166.

HSL color Cylindrical-coordinate representation of color #66D83F: hue angle of 104.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66D83F is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB10221663-
CMYK0.5300.710.15
HSL104.71º66.23%54.71%-
HSV(B)104.71º70.83%84.71%-
XYZ30.9352.313.17-
YUV164.4770.7383.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 216 (84.77% from 255) = 56.69%
BLUE value IS 63 (25% from 255) = 16.54%
R=26.77%
G=56.69%
B=16.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102216630.5300.710.15104.7166.2354.71
Hex66D83F35047F694237
Octal146330776501071715110267
Binary11001101101100011111111010101000111111111010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,63); }

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

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

 a { background-color: rgb(102,216,63); }

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

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

 span { border-color: rgb(102,216,63); }

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