#66D980

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

Shades of Pastel Green #66D980

Tints of Pastel Green #66D980

Color information

#66D980 (or 0x66D980) is unknown color: approx Pastel Green. HEX triplet: 66, D9 and 80. RGB value is (102,217,128). Sum of RGB (Red+Green+Blue) = 102+217+128=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #66D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D980 is #99267F. Grayscale: #ACACAC. Windows color (decimal): -10036864 or 8444262. OLE color: 8444262.

HSL color Cylindrical-coordinate representation of color #66D980: hue angle of 133.57º 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 #66D980 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB102217128-
CMYK0.5300.410.15
HSL133.57º60.21%62.55%-
HSV(B)133.57º53%85.1%-
XYZ34.1954.0129.04-
YUV172.47102.977.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.82%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=22.82%
G=48.55%
B=28.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171280.5300.410.15133.5760.2162.55
Hex66D98035029F863c3f
Octal14633120065051172067477
Binary110011011011001100000001101010101001111110000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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