#66BF40

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

Shades of Apple #66BF40

Tints of Apple #66BF40

Color information

#66BF40 (or 0x66BF40) is unknown color: approx Apple. HEX triplet: 66, BF and 40. RGB value is (102,191,64). Sum of RGB (Red+Green+Blue) = 102+191+64=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BF40 is #9940BF. Grayscale: #969696. Windows color (decimal): -10043584 or 4243302. OLE color: 4243302.

HSL color Cylindrical-coordinate representation of color #66BF40: hue angle of 102.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66BF40 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB10219164-
CMYK0.4700.660.25
HSL102.05º49.8%50%-
HSV(B)102.05º66.49%74.9%-
XYZ25.0440.4611.34-
YUV149.9179.5193.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=28.57%
G=53.50%
B=17.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102191640.4700.660.25102.0549.850
Hex66BF402F04219663232
Octal146277100570102311466262
Binary110011010111111100000010111101000010110011100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,191,64); }

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

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

 a { background-color: rgb(102,191,64); }

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

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

 span { border-color: rgb(102,191,64); }

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