Html Css Color HEX #80EC76 Pastel Green

📋 copy color: '#80EC76'

red 128 ◦ green 236 ◦ blue 118

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

Shades of Pastel Green #80EC76

Tints of Pastel Green #80EC76

RGB

 RED value IS 128 (50.39% from 255) = 26.56%

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

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 26.56%
G = 48.96%
B = 24.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#80EC76 (or 0x80EC76) is known color: Pastel Green. HEX triplet: 80, EC and 76. RGB value is (128,236,118). Sum of RGB (Red+Green+Blue) = 128+236+118=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC76 is #7F1389. Grayscale: #BEBEBE. Windows color (decimal): -8328074 or 7793792. OLE color: 7793792.

HSL color Cylindrical-coordinate representation of color #80EC76: hue angle of 114.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EC76 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 118 -
CMYK 0.46 0 0.5 0.07
HSL 114.92º 0.76% 0.69% -
HSV(B) 114.92º 0.5% 0.93% -
XYZ 42.17 65.89 27.63 -
YUV 190.26 87.22 83.59 -
System Red Green Blue C M Y K H S L
Decimal 128 236 118 0.46 0 0.5 0.07 114.92 0.76 0.69
Hex 80 EC 76 2E 0 32 7 73 4C 45
Octal 200 354 166 56 0 62 7 163 114 105
Binary 10000000 11101100 1110110 101110 0 110010 111 1110011 1001100 1000101

Color Harmonies of #80EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC76

Black with #80EC76

Text Example


Text Example

White with #80EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EC76; }

 p { color: rgb(128,236,118); }

 H1.HeaderClassName
 {
   color: #80EC76;
 }
 .AnyTagClassName
 {
   color: #80EC76;
 }
</style>

background-color css

<style>
 a { background-color: #80EC76; }

 a { background-color: rgb(128,236,118); }

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

border-color css

<style>
 span { border-color: #80EC76; }

 span { border-color: rgb(128,236,118); }

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