#66BE48

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

Shades of Apple #66BE48

Tints of Apple #66BE48

Color information

#66BE48 (or 0x66BE48) is unknown color: approx Apple. HEX triplet: 66, BE and 48. RGB value is (102,190,72). Sum of RGB (Red+Green+Blue) = 102+190+72=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE48 is #9941B7. Grayscale: #969696. Windows color (decimal): -10043832 or 4767334. OLE color: 4767334.

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

Color convert

RGB10219072-
CMYK0.4600.620.25
HSL104.75º47.58%51.37%-
HSV(B)104.75º62.11%74.51%-
XYZ25.0640.1212.55-
YUV150.2483.8593.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=28.02%
G=52.20%
B=19.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190720.4600.620.25104.7547.5851.37
Hex66BE482E03E19693033
Octal14627611056076311516063
Binary11001101011111010010001011100111110110011101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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