#66DE7C

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

Shades of Pastel Green #66DE7C

Tints of Pastel Green #66DE7C

Color information

#66DE7C (or 0x66DE7C) is unknown color: approx Pastel Green. HEX triplet: 66, DE and 7C. RGB value is (102,222,124). Sum of RGB (Red+Green+Blue) = 102+222+124=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE7C is #992183. Grayscale: #AFAFAF. Windows color (decimal): -10035588 or 8183398. OLE color: 8183398.

HSL color Cylindrical-coordinate representation of color #66DE7C: hue angle of 131º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DE7C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB102222124-
CMYK0.5400.440.13
HSL131º64.52%63.53%-
HSV(B)131º54.05%87.06%-
XYZ35.2456.5228.12-
YUV174.9599.2475.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 222 (87.11% from 255) = 49.55%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=22.77%
G=49.55%
B=27.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022221240.5400.440.1313164.5263.53
Hex66DE7C3602CD834140
Octal1463361746605415203101100
Binary1100110110111101111100110110010110011011000001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,124); }

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

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

 a { background-color: rgb(102,222,124); }

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

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

 span { border-color: rgb(102,222,124); }

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