#66E980

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

Shades of Pastel Green #66E980

Tints of Pastel Green #66E980

Color information

#66E980 (or 0x66E980) is unknown color: approx Pastel Green. HEX triplet: 66, E9 and 80. RGB value is (102,233,128). Sum of RGB (Red+Green+Blue) = 102+233+128=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #66E980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E980 is #99167F. Grayscale: #B6B6B6. Windows color (decimal): -10032768 or 8448358. OLE color: 8448358.

HSL color Cylindrical-coordinate representation of color #66E980: hue angle of 131.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E980 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB102233128-
CMYK0.5600.450.09
HSL131.91º74.86%65.69%-
HSV(B)131.91º56.22%91.37%-
XYZ38.5162.6630.49-
YUV181.8697.671.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 233 (91.41% from 255) = 50.32%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=22.03%
G=50.32%
B=27.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022331280.5600.450.09131.9174.8665.69
Hex66E9803802D9844b42
Octal1463512007005511204113102
Binary11001101110100110000000111000010110110011000010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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