Html Css Color HEX #66DA6A Pastel Green

📋 copy color: '#66DA6A'

red 102 ◦ green 218 ◦ blue 106

#66DA6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #66DA6A

Tints of Pastel Green #66DA6A

RGB

 RED value IS 102 (40.23% from 255) = 23.94%

 GREEN value IS 218 (85.55% from 255) = 51.17%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 23.94%
G = 51.17%
B = 24.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#66DA6A (or 0x66DA6A) is known color: Pastel Green. HEX triplet: 66, DA and 6A. RGB value is (102,218,106). Sum of RGB (Red+Green+Blue) = 102+218+106=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA6A is #992595. Grayscale: #AAAAAA. Windows color (decimal): -10036630 or 7002726. OLE color: 7002726.

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

Color convert

RGB 102 218 106 -
CMYK 0.53 0 0.51 0.15
HSL 122.07º 0.61% 0.63% -
HSV(B) 122.07º 0.53% 0.85% -
XYZ 33.15 54.01 22.31 -
YUV 170.55 91.57 79.11 -
System Red Green Blue C M Y K H S L
Decimal 102 218 106 0.53 0 0.51 0.15 122.07 0.61 0.63
Hex 66 DA 6A 35 0 33 F 7A 3D 3F
Octal 146 332 152 65 0 63 17 172 75 77
Binary 1100110 11011010 1101010 110101 0 110011 1111 1111010 111101 111111

Color Harmonies of #66DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA6A

Black with #66DA6A

Text Example


Text Example

White with #66DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66DA6A;
 }
 .AnyTagClassName
 {
   color: #66DA6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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