#66B558

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

Shades of Apple #66B558

Tints of Apple #66B558

Color information

#66B558 (or 0x66B558) is unknown color: approx Apple. HEX triplet: 66, B5 and 58. RGB value is (102,181,88). Sum of RGB (Red+Green+Blue) = 102+181+88=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #66B558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B558 is #994AA7. Grayscale: #939393. Windows color (decimal): -10046120 or 5813606. OLE color: 5813606.

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

Color convert

RGB10218188-
CMYK0.4400.510.29
HSL110.97º38.59%52.75%-
HSV(B)110.97º51.38%70.98%-
XYZ23.7636.5815.04-
YUV146.7894.8396.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=27.49%
G=48.79%
B=23.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181880.4400.510.29110.9738.5952.75
Hex66B5582C0331D6f2735
Octal14626513054063351574765
Binary11001101011010110110001011000110011111011101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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