Html Css Color HEX #80E76F Pastel Green

📋 copy color: '#80E76F'

red 128 ◦ green 231 ◦ blue 111

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

Shades of Pastel Green #80E76F

Tints of Pastel Green #80E76F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.15%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 27.23%
G = 49.15%
B = 23.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#80E76F (or 0x80E76F) is known color: Pastel Green. HEX triplet: 80, E7 and 6F. RGB value is (128,231,111). Sum of RGB (Red+Green+Blue) = 128+231+111=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #80E76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E76F is #7F1890. Grayscale: #BABABA. Windows color (decimal): -8329361 or 7333760. OLE color: 7333760.

HSL color Cylindrical-coordinate representation of color #80E76F: hue angle of 111.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80E76F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 231 111 -
CMYK 0.45 0 0.52 0.09
HSL 111.5º 0.71% 0.67% -
HSV(B) 111.5º 0.52% 0.91% -
XYZ 40.35 62.89 25.05 -
YUV 186.52 85.38 86.26 -
System Red Green Blue C M Y K H S L
Decimal 128 231 111 0.45 0 0.52 0.09 111.5 0.71 0.67
Hex 80 E7 6F 2D 0 34 9 70 47 43
Octal 200 347 157 55 0 64 11 160 107 103
Binary 10000000 11100111 1101111 101101 0 110100 1001 1110000 1000111 1000011

Color Harmonies of #80E76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E76F

Black with #80E76F

Text Example


Text Example

White with #80E76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,231,111); }

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

background-color css

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

 a { background-color: rgb(128,231,111); }

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

border-color css

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

 span { border-color: rgb(128,231,111); }

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