#66BA3D

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

Shades of Apple #66BA3D

Tints of Apple #66BA3D

Color information

#66BA3D (or 0x66BA3D) is unknown color: approx Apple. HEX triplet: 66, BA and 3D. RGB value is (102,186,61). Sum of RGB (Red+Green+Blue) = 102+186+61=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA3D is #9945C2. Grayscale: #939393. Windows color (decimal): -10044867 or 4045414. OLE color: 4045414.

HSL color Cylindrical-coordinate representation of color #66BA3D: hue angle of 100.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66BA3D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB10218661-
CMYK0.4500.670.27
HSL100.32º50.61%48.43%-
HSV(B)100.32º67.2%72.94%-
XYZ23.8838.2810.54-
YUV146.6379.6796.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 186 (73.05% from 255) = 53.30%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=29.23%
G=53.30%
B=17.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102186610.4500.670.27100.3250.6148.43
Hex66BA3D2D0431B643330
Octal14627275550103331446360
Binary11001101011101011110110110101000011110111100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,61); }

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

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

 a { background-color: rgb(102,186,61); }

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

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

 span { border-color: rgb(102,186,61); }

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