#66EB80

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

Shades of Pastel Green #66EB80

Tints of Pastel Green #66EB80

Color information

#66EB80 (or 0x66EB80) is unknown color: approx Pastel Green. HEX triplet: 66, EB and 80. RGB value is (102,235,128). Sum of RGB (Red+Green+Blue) = 102+235+128=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #66EB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EB80 is #99147F. Grayscale: #B7B7B7. Windows color (decimal): -10032256 or 8448870. OLE color: 8448870.

HSL color Cylindrical-coordinate representation of color #66EB80: hue angle of 131.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EB80 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB102235128-
CMYK0.5700.460.08
HSL131.73º76.88%66.08%-
HSV(B)131.73º56.6%92.16%-
XYZ39.0863.830.68-
YUV183.0496.9470.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 235 (92.19% from 255) = 50.54%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=21.94%
G=50.54%
B=27.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022351280.5700.460.08131.7376.8866.08
Hex66EB803902E8844d42
Octal1463532007105610204115102
Binary11001101110101110000000111001010111010001000010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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