#66EC8C

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

Shades of Pastel Green #66EC8C

Tints of Pastel Green #66EC8C

Color information

#66EC8C (or 0x66EC8C) is unknown color: approx Pastel Green. HEX triplet: 66, EC and 8C. RGB value is (102,236,140). Sum of RGB (Red+Green+Blue) = 102+236+140=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EC8C is #991373. Grayscale: #B9B9B9. Windows color (decimal): -10031988 or 9235558. OLE color: 9235558.

HSL color Cylindrical-coordinate representation of color #66EC8C: hue angle of 137.01º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EC8C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB102236140-
CMYK0.5700.410.07
HSL137.01º77.91%66.27%-
HSV(B)137.01º56.78%92.55%-
XYZ40.2164.7135.18-
YUV184.99102.6168.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 236 (92.58% from 255) = 49.37%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=21.34%
G=49.37%
B=29.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022361400.5700.410.07137.0177.9166.27
Hex66EC8C390297894e42
Octal146354214710517211116102
Binary1100110111011001000110011100101010011111000100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,236,140); }

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

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

 a { background-color: rgb(102,236,140); }

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

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

 span { border-color: rgb(102,236,140); }

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