Html Css Color HEX #80E982 Pastel Green

📋 copy color: '#80E982'

red 128 ◦ green 233 ◦ blue 130

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

Shades of Pastel Green #80E982

Tints of Pastel Green #80E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.45%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 26.07%
G = 47.45%
B = 26.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#80E982 (or 0x80E982) is known color: Pastel Green. HEX triplet: 80, E9 and 82. RGB value is (128,233,130). Sum of RGB (Red+Green+Blue) = 128+233+130=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #80E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E982 is #7F167D. Grayscale: #BEBEBE. Windows color (decimal): -8328830 or 8579456. OLE color: 8579456.

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

Color convert

RGB 128 233 130 -
CMYK 0.45 0 0.44 0.09
HSL 121.14º 0.7% 0.71% -
HSV(B) 121.14º 0.45% 0.91% -
XYZ 42.07 64.48 31.35 -
YUV 189.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 128 233 130 0.45 0 0.44 0.09 121.14 0.7 0.71
Hex 80 E9 82 2D 0 2C 9 79 46 47
Octal 200 351 202 55 0 54 11 171 106 107
Binary 10000000 11101001 10000010 101101 0 101100 1001 1111001 1000110 1000111

Color Harmonies of #80E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E982

Black with #80E982

Text Example


Text Example

White with #80E982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,233,130); }

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

background-color css

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

 a { background-color: rgb(128,233,130); }

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

border-color css

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

 span { border-color: rgb(128,233,130); }

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