Html Css Color HEX #66EF8C Pastel Green

📋 copy color: '#66EF8C'

red 102 ◦ green 239 ◦ blue 140

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

Shades of Pastel Green #66EF8C

Tints of Pastel Green #66EF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

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

R = 21.21%
G = 49.69%
B = 29.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#66EF8C (or 0x66EF8C) is known color: Pastel Green. HEX triplet: 66, EF and 8C. RGB value is (102,239,140). Sum of RGB (Red+Green+Blue) = 102+239+140=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EF8C is #991073. Grayscale: #BBBBBB. Windows color (decimal): -10031220 or 9236326. OLE color: 9236326.

HSL color Cylindrical-coordinate representation of color #66EF8C: hue angle of 136.64º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EF8C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 140 -
CMYK 0.57 0 0.41 0.06
HSL 136.64º 0.81% 0.67% -
HSV(B) 136.64º 0.57% 0.94% -
XYZ 41.08 66.45 35.47 -
YUV 186.75 101.61 67.55 -
System Red Green Blue C M Y K H S L
Decimal 102 239 140 0.57 0 0.41 0.06 136.64 0.81 0.67
Hex 66 EF 8C 39 0 29 6 89 51 43
Octal 146 357 214 71 0 51 6 211 121 103
Binary 1100110 11101111 10001100 111001 0 101001 110 10001001 1010001 1000011

Color Harmonies of #66EF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EF8C

Black with #66EF8C

Text Example


Text Example

White with #66EF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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