#66B855

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

Shades of Apple #66B855

Tints of Apple #66B855

Color information

#66B855 (or 0x66B855) is unknown color: approx Apple. HEX triplet: 66, B8 and 55. RGB value is (102,184,85). Sum of RGB (Red+Green+Blue) = 102+184+85=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #66B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B855 is #9947AA. Grayscale: #949494. Windows color (decimal): -10045355 or 5617766. OLE color: 5617766.

HSL color Cylindrical-coordinate representation of color #66B855: hue angle of 109.7º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B855 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB10218485-
CMYK0.4500.540.28
HSL109.7º41.08%52.75%-
HSV(B)109.7º53.8%72.16%-
XYZ24.2637.7614.6-
YUV148.292.3395.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=27.49%
G=49.60%
B=22.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102184850.4500.540.28109.741.0852.75
Hex66B8552D0361C6e2935
Octal14627012555066341565165
Binary11001101011100010101011011010110110111001101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,85); }

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

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

 a { background-color: rgb(102,184,85); }

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

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

 span { border-color: rgb(102,184,85); }

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