#66D97A

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

Shades of Pastel Green #66D97A

Tints of Pastel Green #66D97A

Color information

#66D97A (or 0x66D97A) is unknown color: approx Pastel Green. HEX triplet: 66, D9 and 7A. RGB value is (102,217,122). Sum of RGB (Red+Green+Blue) = 102+217+122=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #66D97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D97A is #992685. Grayscale: #ACACAC. Windows color (decimal): -10036870 or 8051046. OLE color: 8051046.

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

Color convert

RGB102217122-
CMYK0.5300.440.15
HSL130.43º60.21%62.55%-
HSV(B)130.43º53%85.1%-
XYZ33.8153.8627.03-
YUV171.7899.978.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 217 (85.16% from 255) = 49.21%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=23.13%
G=49.21%
B=27.66%

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
Decimal1022171220.5300.440.15130.4360.2162.55
Hex66D97A3502CF823c3f
Octal14633117265054172027477
Binary11001101101100111110101101010101100111110000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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