Html Css Color HEX #66EE8D Pastel Green

📋 copy color: '#66EE8D'

red 102 ◦ green 238 ◦ blue 141

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

Shades of Pastel Green #66EE8D

Tints of Pastel Green #66EE8D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.48%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 21.21%
G = 49.48%
B = 29.31%

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

#66EE8D (or 0x66EE8D) is known color: Pastel Green. HEX triplet: 66, EE and 8D. RGB value is (102,238,141). Sum of RGB (Red+Green+Blue) = 102+238+141=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #66EE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EE8D is #991172. Grayscale: #BABABA. Windows color (decimal): -10031475 or 9301606. OLE color: 9301606.

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

Color convert

RGB 102 238 141 -
CMYK 0.57 0 0.41 0.07
HSL 137.21º 0.8% 0.67% -
HSV(B) 137.21º 0.57% 0.93% -
XYZ 40.86 65.9 35.77 -
YUV 186.28 102.44 67.89 -
System Red Green Blue C M Y K H S L
Decimal 102 238 141 0.57 0 0.41 0.07 137.21 0.8 0.67
Hex 66 EE 8D 39 0 29 7 89 50 43
Octal 146 356 215 71 0 51 7 211 120 103
Binary 1100110 11101110 10001101 111001 0 101001 111 10001001 1010000 1000011

Color Harmonies of #66EE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EE8D

Black with #66EE8D

Text Example


Text Example

White with #66EE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,238,141); }

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

background-color css

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

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

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

border-color css

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

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

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