#66DD7F

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

Shades of Pastel Green #66DD7F

Tints of Pastel Green #66DD7F

Color information

#66DD7F (or 0x66DD7F) is unknown color: approx Pastel Green. HEX triplet: 66, DD and 7F. RGB value is (102,221,127). Sum of RGB (Red+Green+Blue) = 102+221+127=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD7F is #992280. Grayscale: #AEAEAE. Windows color (decimal): -10035841 or 8379750. OLE color: 8379750.

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

Color convert

RGB102221127-
CMYK0.5400.430.13
HSL132.61º63.64%63.33%-
HSV(B)132.61º53.85%86.67%-
XYZ35.1756.0729.05-
YUV174.7101.0876.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.67%
GREEN value IS 221 (86.72% from 255) = 49.11%
BLUE value IS 127 (50% from 255) = 28.22%
R=22.67%
G=49.11%
B=28.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022211270.5400.430.13132.6163.6463.33
Hex66DD7F3602BD85403f
Octal146335177660531520510077
Binary110011011011101111111111011001010111101100001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,221,127); }

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

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

 a { background-color: rgb(102,221,127); }

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

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

 span { border-color: rgb(102,221,127); }

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