#66D175

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

Shades of Pastel Green #66D175

Tints of Pastel Green #66D175

Color information

#66D175 (or 0x66D175) is unknown color: approx Pastel Green. HEX triplet: 66, D1 and 75. RGB value is (102,209,117). Sum of RGB (Red+Green+Blue) = 102+209+117=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #66D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D175 is #992E8A. Grayscale: #A6A6A6. Windows color (decimal): -10038923 or 7721318. OLE color: 7721318.

HSL color Cylindrical-coordinate representation of color #66D175: hue angle of 128.41º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D175 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB102209117-
CMYK0.5100.440.18
HSL128.41º53.77%60.98%-
HSV(B)128.41º51.2%81.96%-
XYZ31.4949.7124.76-
YUV166.52100.0581.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 209 (82.03% from 255) = 48.83%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=23.83%
G=48.83%
B=27.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022091170.5100.440.18128.4153.7760.98
Hex66D1753302C1280363d
Octal14632116563054222006675
Binary110011011010001111010111001101011001001010000000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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