Html Css Color HEX #66EC8C Pastel Green

📋 copy color: '#66EC8C'

red 102 ◦ green 236 ◦ blue 140

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

Shades of Pastel Green #66EC8C

Tints of Pastel Green #66EC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.37%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 21.34%
G = 49.37%
B = 29.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#66EC8C (or 0x66EC8C) is known color: Pastel Green. HEX triplet: 66, EC and 8C. RGB value is (102,236,140). Sum of RGB (Red+Green+Blue) = 102+236+140=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EC8C is #991373. Grayscale: #B9B9B9. Windows color (decimal): -10031988 or 9235558. OLE color: 9235558.

HSL color Cylindrical-coordinate representation of color #66EC8C: hue angle of 137.01º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EC8C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 140 -
CMYK 0.57 0 0.41 0.07
HSL 137.01º 0.78% 0.66% -
HSV(B) 137.01º 0.57% 0.93% -
XYZ 40.21 64.71 35.18 -
YUV 184.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 102 236 140 0.57 0 0.41 0.07 137.01 0.78 0.66
Hex 66 EC 8C 39 0 29 7 89 4E 42
Octal 146 354 214 71 0 51 7 211 116 102
Binary 1100110 11101100 10001100 111001 0 101001 111 10001001 1001110 1000010

Color Harmonies of #66EC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EC8C

Black with #66EC8C

Text Example


Text Example

White with #66EC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,236,140); }

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

background-color css

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

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

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

border-color css

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

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

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