Html Css Color HEX #66E07D Pastel Green

📋 copy color: '#66E07D'

red 102 ◦ green 224 ◦ blue 125

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

Shades of Pastel Green #66E07D

Tints of Pastel Green #66E07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.67%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 22.62%
G = 49.67%
B = 27.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#66E07D (or 0x66E07D) is known color: Pastel Green. HEX triplet: 66, E0 and 7D. RGB value is (102,224,125). Sum of RGB (Red+Green+Blue) = 102+224+125=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #66E07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E07D is #991F82. Grayscale: #B0B0B0. Windows color (decimal): -10035075 or 8249446. OLE color: 8249446.

HSL color Cylindrical-coordinate representation of color #66E07D: hue angle of 131.31º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E07D is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 224 125 -
CMYK 0.54 0 0.44 0.12
HSL 131.31º 0.66% 0.64% -
HSV(B) 131.31º 0.54% 0.88% -
XYZ 35.84 57.62 28.63 -
YUV 176.24 99.08 75.05 -
System Red Green Blue C M Y K H S L
Decimal 102 224 125 0.54 0 0.44 0.12 131.31 0.66 0.64
Hex 66 E0 7D 36 0 2C C 83 42 40
Octal 146 340 175 66 0 54 14 203 102 100
Binary 1100110 11100000 1111101 110110 0 101100 1100 10000011 1000010 1000000

Color Harmonies of #66E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E07D

Black with #66E07D

Text Example


Text Example

White with #66E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,224,125); }

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

background-color css

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

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

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

border-color css

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

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

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