#66E48C

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

Shades of Pastel Green #66E48C

Tints of Pastel Green #66E48C

Color information

#66E48C (or 0x66E48C) is unknown color: approx Pastel Green. HEX triplet: 66, E4 and 8C. RGB value is (102,228,140). Sum of RGB (Red+Green+Blue) = 102+228+140=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #66E48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E48C is #991B73. Grayscale: #B4B4B4. Windows color (decimal): -10034036 or 9233510. OLE color: 9233510.

HSL color Cylindrical-coordinate representation of color #66E48C: hue angle of 138.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E48C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB102228140-
CMYK0.5500.390.11
HSL138.1º70%64.71%-
HSV(B)138.1º55.26%89.41%-
XYZ37.9660.2134.43-
YUV180.29105.2672.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 228 (89.45% from 255) = 48.51%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=21.70%
G=48.51%
B=29.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022281400.5500.390.11138.17064.71
Hex66E48C37027B8a4641
Octal1463442146704713212106101
Binary11001101110010010001100110111010011110111000101010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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