#66D678

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

Shades of Pastel Green #66D678

Tints of Pastel Green #66D678

Color information

#66D678 (or 0x66D678) is unknown color: approx Pastel Green. HEX triplet: 66, D6 and 78. RGB value is (102,214,120). Sum of RGB (Red+Green+Blue) = 102+214+120=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #66D678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D678 is #992987. Grayscale: #AAAAAA. Windows color (decimal): -10037640 or 7919206. OLE color: 7919206.

HSL color Cylindrical-coordinate representation of color #66D678: hue angle of 129.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D678 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB102214120-
CMYK0.5200.440.16
HSL129.64º57.73%61.96%-
HSV(B)129.64º52.34%83.92%-
XYZ32.9252.2726.12-
YUV169.899.8979.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=23.39%
G=49.08%
B=27.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141200.5200.440.16129.6457.7361.96
Hex66D6783402C10823a3e
Octal14632617064054202027276
Binary110011011010110111100011010001011001000010000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,120); }

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

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

 a { background-color: rgb(102,214,120); }

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

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

 span { border-color: rgb(102,214,120); }

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