Html Css Color HEX #80E471 Pastel Green

📋 copy color: '#80E471'

red 128 ◦ green 228 ◦ blue 113

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

Shades of Pastel Green #80E471

Tints of Pastel Green #80E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

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

R = 27.29%
G = 48.61%
B = 24.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#80E471 (or 0x80E471) is known color: Pastel Green. HEX triplet: 80, E4 and 71. RGB value is (128,228,113). Sum of RGB (Red+Green+Blue) = 128+228+113=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #80E471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E471 is #7F1B8E. Grayscale: #B9B9B9. Windows color (decimal): -8330127 or 7464064. OLE color: 7464064.

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

Color convert

RGB 128 228 113 -
CMYK 0.44 0 0.50 0.11
HSL 112.17º 0.68% 0.67% -
HSV(B) 112.17º 0.5% 0.89% -
XYZ 39.63 61.27 25.36 -
YUV 184.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 128 228 113 0.44 0 0.50 0.11 112.17 0.68 0.67
Hex 80 E4 71 2C 0 32 B 70 44 43
Octal 200 344 161 54 0 62 13 160 104 103
Binary 10000000 11100100 1110001 101100 0 110010 1011 1110000 1000100 1000011

Color Harmonies of #80E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E471

Black with #80E471

Text Example


Text Example

White with #80E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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