#66DA75

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

Shades of Pastel Green #66DA75

Tints of Pastel Green #66DA75

Color information

#66DA75 (or 0x66DA75) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 75. RGB value is (102,218,117). Sum of RGB (Red+Green+Blue) = 102+218+117=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA75 is #99258A. Grayscale: #ACACAC. Windows color (decimal): -10036619 or 7723622. OLE color: 7723622.

HSL color Cylindrical-coordinate representation of color #66DA75: hue angle of 127.76º 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 #66DA75 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB102218117-
CMYK0.5300.460.15
HSL127.76º61.05%62.75%-
HSV(B)127.76º53.21%85.49%-
XYZ33.7654.2525.52-
YUV171.897.0778.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 218 (85.55% from 255) = 49.89%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=23.34%
G=49.89%
B=26.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181170.5300.460.15127.7661.0562.75
Hex66DA753502EF803d3f
Octal14633216565056172007577
Binary11001101101101011101011101010101110111110000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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