#66DA7F

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

Shades of Pastel Green #66DA7F

Tints of Pastel Green #66DA7F

Color information

#66DA7F (or 0x66DA7F) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 7F. RGB value is (102,218,127). Sum of RGB (Red+Green+Blue) = 102+218+127=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA7F is #992580. Grayscale: #ADADAD. Windows color (decimal): -10036609 or 8378982. OLE color: 8378982.

HSL color Cylindrical-coordinate representation of color #66DA7F: hue angle of 132.93º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DA7F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB102218127-
CMYK0.5300.420.15
HSL132.93º61.05%62.75%-
HSV(B)132.93º53.21%85.49%-
XYZ34.3854.528.79-
YUV172.94102.0777.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.82%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 127 (50% from 255) = 28.41%
R=22.82%
G=48.77%
B=28.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181270.5300.420.15132.9361.0562.75
Hex66DA7F3502AF853d3f
Octal14633217765052172057577
Binary11001101101101011111111101010101010111110000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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