Html Css Color HEX #80EA81 Pastel Green

📋 copy color: '#80EA81'

red 128 ◦ green 234 ◦ blue 129

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

Shades of Pastel Green #80EA81

Tints of Pastel Green #80EA81

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.66%

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 26.07%
G = 47.66%
B = 26.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#80EA81 (or 0x80EA81) is known color: Pastel Green. HEX triplet: 80, EA and 81. RGB value is (128,234,129). Sum of RGB (Red+Green+Blue) = 128+234+129=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EA81 is #7F157E. Grayscale: #BEBEBE. Windows color (decimal): -8328575 or 8514176. OLE color: 8514176.

HSL color Cylindrical-coordinate representation of color #80EA81: hue angle of 120.57º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EA81 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 129 -
CMYK 0.45 0 0.45 0.08
HSL 120.57º 0.72% 0.71% -
HSV(B) 120.57º 0.45% 0.92% -
XYZ 42.29 65.02 31.09 -
YUV 190.34 93.38 83.54 -
System Red Green Blue C M Y K H S L
Decimal 128 234 129 0.45 0 0.45 0.08 120.57 0.72 0.71
Hex 80 EA 81 2D 0 2D 8 79 48 47
Octal 200 352 201 55 0 55 10 171 110 107
Binary 10000000 11101010 10000001 101101 0 101101 1000 1111001 1001000 1000111

Color Harmonies of #80EA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA81

Black with #80EA81

Text Example


Text Example

White with #80EA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,129); }

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

background-color css

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

 a { background-color: rgb(128,234,129); }

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

border-color css

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

 span { border-color: rgb(128,234,129); }

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