#66DA61

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

Shades of Pastel Green #66DA61

Tints of Pastel Green #66DA61

Color information

#66DA61 (or 0x66DA61) is unknown color: approx Pastel Green. HEX triplet: 66, DA and 61. RGB value is (102,218,97). Sum of RGB (Red+Green+Blue) = 102+218+97=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA61 is #99259E. Grayscale: #A9A9A9. Windows color (decimal): -10036639 or 6412902. OLE color: 6412902.

HSL color Cylindrical-coordinate representation of color #66DA61: hue angle of 117.52º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DA61 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB10221897-
CMYK0.5300.560.15
HSL117.52º62.05%61.76%-
HSV(B)117.52º55.5%85.49%-
XYZ32.7153.8319.98-
YUV169.5287.0779.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 218 (85.55% from 255) = 52.28%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=24.46%
G=52.28%
B=23.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102218970.5300.560.15117.5262.0561.76
Hex66DA6135038F763e3e
Octal14633214165070171667676
Binary1100110110110101100001110101011100011111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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