Html Css Color HEX #80E481 Pastel Green

📋 copy color: '#80E481'

red 128 ◦ green 228 ◦ blue 129

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

Shades of Pastel Green #80E481

Tints of Pastel Green #80E481

RGB

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

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

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

R = 26.39%
G = 47.01%
B = 26.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#80E481 (or 0x80E481) is known color: Pastel Green. HEX triplet: 80, E4 and 81. RGB value is (128,228,129). Sum of RGB (Red+Green+Blue) = 128+228+129=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #80E481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E481 is #7F1B7E. Grayscale: #BBBBBB. Windows color (decimal): -8330111 or 8512640. OLE color: 8512640.

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

Color convert

RGB 128 228 129 -
CMYK 0.44 0 0.43 0.11
HSL 120.6º 0.65% 0.7% -
HSV(B) 120.6º 0.44% 0.89% -
XYZ 40.61 61.66 30.53 -
YUV 186.81 95.37 86.05 -
System Red Green Blue C M Y K H S L
Decimal 128 228 129 0.44 0 0.43 0.11 120.6 0.65 0.7
Hex 80 E4 81 2C 0 2B B 79 41 46
Octal 200 344 201 54 0 53 13 171 101 106
Binary 10000000 11100100 10000001 101100 0 101011 1011 1111001 1000001 1000110

Color Harmonies of #80E481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E481

Black with #80E481

Text Example


Text Example

White with #80E481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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