#66be4f

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

Shades of Apple #66BE4F

Tints of Apple #66BE4F

Color information

#66BE4F (or 0x66BE4F) is unknown color: approx Apple. HEX triplet: 66, BE and 4F. RGB value is (102,190,79). Sum of RGB (Red+Green+Blue) = 102+190+79=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE4F is #9941B0. Grayscale: #979797. Windows color (decimal): -10043825 or 5226086. OLE color: 5226086.

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

Color convert

RGB10219079-
CMYK0.4600.580.25
HSL107.57º46.06%52.75%-
HSV(B)107.57º58.42%74.51%-
XYZ25.340.2213.83-
YUV151.0387.3593.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=27.49%
G=51.21%
B=21.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190790.4600.580.25107.5746.0652.75
Hex66BE4F2E03A196c2e35
Octal14627611756072311545665
Binary11001101011111010011111011100111010110011101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66be4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,79); }

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

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

 a { background-color: rgb(102,190,79); }

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

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

 span { border-color: rgb(102,190,79); }

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