#66DA84

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

Shades of Pastel Green #66DA84

Tints of Pastel Green #66DA84

Color information

#66DA84 (or 0x66DA84) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 84. RGB value is (102,218,132). Sum of RGB (Red+Green+Blue) = 102+218+132=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DA84 is #99257B. Grayscale: #ADADAD. Windows color (decimal): -10036604 or 8706662. OLE color: 8706662.

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

Color convert

RGB102218132-
CMYK0.5300.390.15
HSL135.52º61.05%62.75%-
HSV(B)135.52º53.21%85.49%-
XYZ34.7254.6330.55-
YUV173.51104.5776.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.57%
GREEN value IS 218 (85.55% from 255) = 48.23%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=22.57%
G=48.23%
B=29.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181320.5300.390.15135.5261.0562.75
Hex66DA8435027F883d3f
Octal14633220465047172107577
Binary110011011011010100001001101010100111111110001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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