#66DB78

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

Shades of Pastel Green #66DB78

Tints of Pastel Green #66DB78

Color information

#66DB78 (or 0x66DB78) is unknown color: approx Pastel Green. HEX triplet: 66, DB and 78. RGB value is (102,219,120). Sum of RGB (Red+Green+Blue) = 102+219+120=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB78 is #992487. Grayscale: #ADADAD. Windows color (decimal): -10036360 or 7920486. OLE color: 7920486.

HSL color Cylindrical-coordinate representation of color #66DB78: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB78 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB102219120-
CMYK0.5300.450.14
HSL129.23º61.9%62.94%-
HSV(B)129.23º53.42%85.88%-
XYZ34.254.8426.55-
YUV172.7398.2477.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=23.13%
G=49.66%
B=27.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191200.5300.450.14129.2361.962.94
Hex66DB783502DE813e3f
Octal14633317065055162017677
Binary11001101101101111110001101010101101111010000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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