#66BE4D

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

Shades of Apple #66BE4D

Tints of Apple #66BE4D

Color information

#66BE4D (or 0x66BE4D) is unknown color: approx Apple. HEX triplet: 66, BE and 4D. RGB value is (102,190,77). Sum of RGB (Red+Green+Blue) = 102+190+77=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE4D is #9941B2. Grayscale: #979797. Windows color (decimal): -10043827 or 5095014. OLE color: 5095014.

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

Color convert

RGB10219077-
CMYK0.4600.590.25
HSL106.73º46.5%52.35%-
HSV(B)106.73º59.47%74.51%-
XYZ25.2340.1913.45-
YUV150.8186.3593.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=27.64%
G=51.49%
B=20.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190770.4600.590.25106.7346.552.35
Hex66BE4D2E03B196b2f34
Octal14627611556073311535764
Binary11001101011111010011011011100111011110011101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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