#66D46C

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

Shades of Pastel Green #66D46C

Tints of Pastel Green #66D46C

Color information

#66D46C (or 0x66D46C) is unknown color: approx Pastel Green. HEX triplet: 66, D4 and 6C. RGB value is (102,212,108). Sum of RGB (Red+Green+Blue) = 102+212+108=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #66D46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D46C is #992B93. Grayscale: #A7A7A7. Windows color (decimal): -10038164 or 7132262. OLE color: 7132262.

HSL color Cylindrical-coordinate representation of color #66D46C: hue angle of 123.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D46C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB102212108-
CMYK0.5200.490.17
HSL123.27º56.12%61.57%-
HSV(B)123.27º51.89%83.14%-
XYZ31.7350.9922.36-
YUV167.2594.5681.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=24.17%
G=50.24%
B=25.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022121080.5200.490.17123.2756.1261.57
Hex66D46C34031117b383e
Octal14632415464061211737076
Binary11001101101010011011001101000110001100011111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,212,108); }

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

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

 a { background-color: rgb(102,212,108); }

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

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

 span { border-color: rgb(102,212,108); }

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