#66C855

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

Shades of Apple #66C855

Tints of Apple #66C855

Color information

#66C855 (or 0x66C855) is unknown color: approx Apple. HEX triplet: 66, C8 and 55. RGB value is (102,200,85). Sum of RGB (Red+Green+Blue) = 102+200+85=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #66C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C855 is #9937AA. Grayscale: #9D9D9D. Windows color (decimal): -10041259 or 5621862. OLE color: 5621862.

HSL color Cylindrical-coordinate representation of color #66C855: hue angle of 111.13º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C855 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB10220085-
CMYK0.4900.580.22
HSL111.13º51.11%55.88%-
HSV(B)111.13º57.5%78.43%-
XYZ27.7744.7915.78-
YUV157.5987.0388.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 200 (78.52% from 255) = 51.68%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=26.36%
G=51.68%
B=21.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102200850.4900.580.22111.1351.1155.88
Hex66C8553103A166f3338
Octal14631012561072261576370
Binary11001101100100010101011100010111010101101101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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