#66E780

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

Shades of Pastel Green #66E780

Tints of Pastel Green #66E780

Color information

#66E780 (or 0x66E780) is unknown color: approx Pastel Green. HEX triplet: 66, E7 and 80. RGB value is (102,231,128). Sum of RGB (Red+Green+Blue) = 102+231+128=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #66E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E780 is #99187F. Grayscale: #B4B4B4. Windows color (decimal): -10033280 or 8447846. OLE color: 8447846.

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

Color convert

RGB102231128-
CMYK0.5600.450.09
HSL132.09º72.88%65.29%-
HSV(B)132.09º55.84%90.59%-
XYZ37.9561.5430.3-
YUV180.6998.2671.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.13%
GREEN value IS 231 (90.62% from 255) = 50.11%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=22.13%
G=50.11%
B=27.77%

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
Decimal1022311280.5600.450.09132.0972.8865.29
Hex66E7803802D9844941
Octal1463472007005511204111101
Binary11001101110011110000000111000010110110011000010010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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