#66DA83

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

Shades of Pastel Green #66DA83

Tints of Pastel Green #66DA83

Color information

#66DA83 (or 0x66DA83) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 83. RGB value is (102,218,131). Sum of RGB (Red+Green+Blue) = 102+218+131=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DA83 is #99257C. Grayscale: #ADADAD. Windows color (decimal): -10036605 or 8641126. OLE color: 8641126.

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

Color convert

RGB102218131-
CMYK0.5300.400.15
HSL135º61.05%62.75%-
HSV(B)135º53.21%85.49%-
XYZ34.6554.6130.19-
YUV173.4104.0777.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 218 (85.55% from 255) = 48.34%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=22.62%
G=48.34%
B=29.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181310.5300.400.1513561.0562.75
Hex66DA8335028F873d3f
Octal14633220365050172077577
Binary110011011011010100000111101010101000111110000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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