#66BE45

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

Shades of Apple #66BE45

Tints of Apple #66BE45

Color information

#66BE45 (or 0x66BE45) is unknown color: approx Apple. HEX triplet: 66, BE and 45. RGB value is (102,190,69). Sum of RGB (Red+Green+Blue) = 102+190+69=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE45 is #9941BA. Grayscale: #969696. Windows color (decimal): -10043835 or 4570726. OLE color: 4570726.

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

Color convert

RGB10219069-
CMYK0.4600.640.25
HSL103.64º48.21%50.78%-
HSV(B)103.64º63.68%74.51%-
XYZ24.9740.0812.05-
YUV149.8982.3593.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=28.25%
G=52.63%
B=19.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190690.4600.640.25103.6448.2150.78
Hex66BE452E04019683033
Octal146276105560100311506063
Binary110011010111110100010110111001000000110011101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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