Html Css Color HEX #66D980 Pastel Green

📋 copy color: '#66D980'

red 102 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #66D980

Tints of Pastel Green #66D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 22.82%
G = 48.55%
B = 28.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#66D980 (or 0x66D980) is known color: Pastel Green. HEX triplet: 66, D9 and 80. RGB value is (102,217,128). Sum of RGB (Red+Green+Blue) = 102+217+128=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #66D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D980 is #99267F. Grayscale: #ACACAC. Windows color (decimal): -10036864 or 8444262. OLE color: 8444262.

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

Color convert

RGB 102 217 128 -
CMYK 0.53 0 0.41 0.15
HSL 133.57º 0.6% 0.63% -
HSV(B) 133.57º 0.53% 0.85% -
XYZ 34.19 54.01 29.04 -
YUV 172.47 102.9 77.74 -
System Red Green Blue C M Y K H S L
Decimal 102 217 128 0.53 0 0.41 0.15 133.57 0.6 0.63
Hex 66 D9 80 35 0 29 F 86 3C 3F
Octal 146 331 200 65 0 51 17 206 74 77
Binary 1100110 11011001 10000000 110101 0 101001 1111 10000110 111100 111111

Color Harmonies of #66D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D980

Black with #66D980

Text Example


Text Example

White with #66D980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,217,128); }

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

background-color css

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

 a { background-color: rgb(102,217,128); }

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

border-color css

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

 span { border-color: rgb(102,217,128); }

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