#66BA36

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

Shades of Apple #66BA36

Tints of Apple #66BA36

Color information

#66BA36 (or 0x66BA36) is unknown color: approx Apple. HEX triplet: 66, BA and 36. RGB value is (102,186,54). Sum of RGB (Red+Green+Blue) = 102+186+54=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA36 is #9945C9. Grayscale: #929292. Windows color (decimal): -10044874 or 3586662. OLE color: 3586662.

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

Color convert

RGB10218654-
CMYK0.4500.710.27
HSL98.18º55%47.06%-
HSV(B)98.18º70.97%72.94%-
XYZ23.738.219.62-
YUV145.8476.1796.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 186 (73.05% from 255) = 54.39%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=29.82%
G=54.39%
B=15.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102186540.4500.710.2798.185547.06
Hex66BA362D0471B62372f
Octal14627266550107331426757
Binary11001101011101011011010110101000111110111100010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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