Html Css Color HEX #66E68C Pastel Green

📋 copy color: '#66E68C'

red 102 ◦ green 230 ◦ blue 140

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

Shades of Pastel Green #66E68C

Tints of Pastel Green #66E68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.73%

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

R = 21.61%
G = 48.73%
B = 29.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#66E68C (or 0x66E68C) is known color: Pastel Green. HEX triplet: 66, E6 and 8C. RGB value is (102,230,140). Sum of RGB (Red+Green+Blue) = 102+230+140=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #66E68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E68C is #991973. Grayscale: #B5B5B5. Windows color (decimal): -10033524 or 9234022. OLE color: 9234022.

HSL color Cylindrical-coordinate representation of color #66E68C: hue angle of 137.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E68C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 230 140 -
CMYK 0.56 0 0.39 0.10
HSL 137.81º 0.72% 0.65% -
HSV(B) 137.81º 0.56% 0.9% -
XYZ 38.51 61.31 34.62 -
YUV 181.47 104.59 71.32 -
System Red Green Blue C M Y K H S L
Decimal 102 230 140 0.56 0 0.39 0.10 137.81 0.72 0.65
Hex 66 E6 8C 38 0 27 A 8A 48 41
Octal 146 346 214 70 0 47 12 212 110 101
Binary 1100110 11100110 10001100 111000 0 100111 1010 10001010 1001000 1000001

Color Harmonies of #66E68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E68C

Black with #66E68C

Text Example


Text Example

White with #66E68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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