#66BD5A

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

Shades of Apple #66BD5A

Tints of Apple #66BD5A

Color information

#66BD5A (or 0x66BD5A) is unknown color: approx Apple. HEX triplet: 66, BD and 5A. RGB value is (102,189,90). Sum of RGB (Red+Green+Blue) = 102+189+90=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD5A is #9942A5. Grayscale: #989898. Windows color (decimal): -10044070 or 5946726. OLE color: 5946726.

HSL color Cylindrical-coordinate representation of color #66BD5A: hue angle of 112.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BD5A is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB10218990-
CMYK0.4600.520.26
HSL112.73º42.86%54.71%-
HSV(B)112.73º52.38%74.12%-
XYZ25.5239.9616.04-
YUV151.793.1892.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=26.77%
G=49.61%
B=23.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102189900.4600.520.26112.7342.8654.71
Hex66BD5A2E0341A712b37
Octal14627513256064321615367
Binary11001101011110110110101011100110100110101110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,90); }

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

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

 a { background-color: rgb(102,189,90); }

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

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

 span { border-color: rgb(102,189,90); }

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