Html Css Color HEX #80E271 Pastel Green

📋 copy color: '#80E271'

red 128 ◦ green 226 ◦ blue 113

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

Shades of Pastel Green #80E271

Tints of Pastel Green #80E271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 27.41%
G = 48.39%
B = 24.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#80E271 (or 0x80E271) is known color: Pastel Green. HEX triplet: 80, E2 and 71. RGB value is (128,226,113). Sum of RGB (Red+Green+Blue) = 128+226+113=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #80E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E271 is #7F1D8E. Grayscale: #B8B8B8. Windows color (decimal): -8330639 or 7463552. OLE color: 7463552.

HSL color Cylindrical-coordinate representation of color #80E271: hue angle of 112.04º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80E271 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 226 113 -
CMYK 0.43 0 0.5 0.11
HSL 112.04º 0.66% 0.66% -
HSV(B) 112.04º 0.5% 0.89% -
XYZ 39.08 60.17 25.18 -
YUV 183.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 128 226 113 0.43 0 0.5 0.11 112.04 0.66 0.66
Hex 80 E2 71 2B 0 32 B 70 42 42
Octal 200 342 161 53 0 62 13 160 102 102
Binary 10000000 11100010 1110001 101011 0 110010 1011 1110000 1000010 1000010

Color Harmonies of #80E271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E271

Black with #80E271

Text Example


Text Example

White with #80E271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,226,113); }

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

background-color css

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

 a { background-color: rgb(128,226,113); }

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

border-color css

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

 span { border-color: rgb(128,226,113); }

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