#66D87A

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

Shades of Pastel Green #66D87A

Tints of Pastel Green #66D87A

Color information

#66D87A (or 0x66D87A) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 7A. RGB value is (102,216,122). Sum of RGB (Red+Green+Blue) = 102+216+122=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #66D87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D87A is #992785. Grayscale: #ABABAB. Windows color (decimal): -10037126 or 8050790. OLE color: 8050790.

HSL color Cylindrical-coordinate representation of color #66D87A: hue angle of 130.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D87A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB102216122-
CMYK0.5300.440.15
HSL130.53º59.38%62.35%-
HSV(B)130.53º52.78%84.71%-
XYZ33.5553.3426.94-
YUV171.2100.2378.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=23.18%
G=49.09%
B=27.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161220.5300.440.15130.5359.3862.35
Hex66D87A3502CF833b3e
Octal14633017265054172037376
Binary11001101101100011110101101010101100111110000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,122); }

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

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

 a { background-color: rgb(102,216,122); }

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

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

 span { border-color: rgb(102,216,122); }

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