#66DA79

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

Shades of Pastel Green #66DA79

Tints of Pastel Green #66DA79

Color information

#66DA79 (or 0x66DA79) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 79. RGB value is (102,218,121). Sum of RGB (Red+Green+Blue) = 102+218+121=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA79 is #992586. Grayscale: #ACACAC. Windows color (decimal): -10036615 or 7985766. OLE color: 7985766.

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

Color convert

RGB102218121-
CMYK0.5300.440.15
HSL129.83º61.05%62.75%-
HSV(B)129.83º53.21%85.49%-
XYZ3454.3526.79-
YUV172.2699.0777.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=23.13%
G=49.43%
B=27.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181210.5300.440.15129.8361.0562.75
Hex66DA793502CF823d3f
Octal14633217165054172027577
Binary11001101101101011110011101010101100111110000010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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