Html Css Color HEX #80EE76 Pastel Green

📋 copy color: '#80EE76'

red 128 ◦ green 238 ◦ blue 118

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

Shades of Pastel Green #80EE76

Tints of Pastel Green #80EE76

RGB

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

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

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

R = 26.45%
G = 49.17%
B = 24.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#80EE76 (or 0x80EE76) is known color: Pastel Green. HEX triplet: 80, EE and 76. RGB value is (128,238,118). Sum of RGB (Red+Green+Blue) = 128+238+118=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE76 is #7F1189. Grayscale: #BFBFBF. Windows color (decimal): -8327562 or 7794304. OLE color: 7794304.

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

Color convert

RGB 128 238 118 -
CMYK 0.46 0 0.50 0.07
HSL 115º 0.78% 0.7% -
HSV(B) 115º 0.5% 0.93% -
XYZ 42.75 67.05 27.83 -
YUV 191.43 86.56 82.76 -
System Red Green Blue C M Y K H S L
Decimal 128 238 118 0.46 0 0.50 0.07 115 0.78 0.7
Hex 80 EE 76 2E 0 32 7 73 4E 46
Octal 200 356 166 56 0 62 7 163 116 106
Binary 10000000 11101110 1110110 101110 0 110010 111 1110011 1001110 1000110

Color Harmonies of #80EE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE76

Black with #80EE76

Text Example


Text Example

White with #80EE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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