Html Css Color HEX #66D966 Pastel Green

📋 copy color: '#66D966'

red 102 ◦ green 217 ◦ blue 102

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

Shades of Pastel Green #66D966

Tints of Pastel Green #66D966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 24.23%
G = 51.54%
B = 24.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#66D966 (or 0x66D966) is known color: Pastel Green. HEX triplet: 66, D9 and 66. RGB value is (102,217,102). Sum of RGB (Red+Green+Blue) = 102+217+102=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #66D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D966 is #992699. Grayscale: #A9A9A9. Windows color (decimal): -10036890 or 6740326. OLE color: 6740326.

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

Color convert

RGB 102 217 102 -
CMYK 0.53 0 0.53 0.15
HSL 120º 0.6% 0.63% -
HSV(B) 120º 0.53% 0.85% -
XYZ 32.69 53.41 21.16 -
YUV 169.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 102 217 102 0.53 0 0.53 0.15 120 0.6 0.63
Hex 66 D9 66 35 0 35 F 78 3C 3F
Octal 146 331 146 65 0 65 17 170 74 77
Binary 1100110 11011001 1100110 110101 0 110101 1111 1111000 111100 111111

Color Harmonies of #66D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D966

Black with #66D966

Text Example


Text Example

White with #66D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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