#66ED8C

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

Shades of Pastel Green #66ED8C

Tints of Pastel Green #66ED8C

Color information

#66ED8C (or 0x66ED8C) is unknown color: approx Pastel Green. HEX triplet: 66, ED and 8C. RGB value is (102,237,140). Sum of RGB (Red+Green+Blue) = 102+237+140=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED8C is #991273. Grayscale: #B9B9B9. Windows color (decimal): -10031732 or 9235814. OLE color: 9235814.

HSL color Cylindrical-coordinate representation of color #66ED8C: hue angle of 136.89º degrees, saturation: 0.79, 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 #66ED8C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB102237140-
CMYK0.5700.410.07
HSL136.89º78.95%66.47%-
HSV(B)136.89º56.96%92.94%-
XYZ40.565.2935.28-
YUV185.58102.2768.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=21.29%
G=49.48%
B=29.23%

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
Decimal1022371400.5700.410.07136.8978.9566.47
Hex66ED8C390297894f42
Octal146355214710517211117102
Binary1100110111011011000110011100101010011111000100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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