Html Css Color HEX #80E482 Pastel Green

📋 copy color: '#80E482'

red 128 ◦ green 228 ◦ blue 130

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

Shades of Pastel Green #80E482

Tints of Pastel Green #80E482

RGB

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

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

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

R = 26.34%
G = 46.91%
B = 26.75%

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

#80E482 (or 0x80E482) is known color: Pastel Green. HEX triplet: 80, E4 and 82. RGB value is (128,228,130). Sum of RGB (Red+Green+Blue) = 128+228+130=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #80E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E482 is #7F1B7D. Grayscale: #BBBBBB. Windows color (decimal): -8330110 or 8578176. OLE color: 8578176.

HSL color Cylindrical-coordinate representation of color #80E482: hue angle of 121.2º 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 #80E482 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 130 -
CMYK 0.44 0 0.43 0.11
HSL 121.2º 0.65% 0.7% -
HSV(B) 121.2º 0.44% 0.89% -
XYZ 40.67 61.69 30.88 -
YUV 186.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 128 228 130 0.44 0 0.43 0.11 121.2 0.65 0.7
Hex 80 E4 82 2C 0 2B B 79 41 46
Octal 200 344 202 54 0 53 13 171 101 106
Binary 10000000 11100100 10000010 101100 0 101011 1011 1111001 1000001 1000110

Color Harmonies of #80E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E482

Black with #80E482

Text Example


Text Example

White with #80E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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