#66B54D

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

Shades of Apple #66B54D

Tints of Apple #66B54D

Color information

#66B54D (or 0x66B54D) is unknown color: approx Apple. HEX triplet: 66, B5 and 4D. RGB value is (102,181,77). Sum of RGB (Red+Green+Blue) = 102+181+77=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #66B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B54D is #994AB2. Grayscale: #919191. Windows color (decimal): -10046131 or 5092710. OLE color: 5092710.

HSL color Cylindrical-coordinate representation of color #66B54D: hue angle of 105.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B54D is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB10218177-
CMYK0.4400.570.29
HSL105.58º41.27%50.59%-
HSV(B)105.58º57.46%70.98%-
XYZ23.3436.4112.82-
YUV145.5289.3396.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=28.33%
G=50.28%
B=21.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181770.4400.570.29105.5841.2750.59
Hex66B54D2C0391D6a2933
Octal14626511554071351525163
Binary11001101011010110011011011000111001111011101010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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