Html Css Color HEX #80E488 Pastel Green

📋 copy color: '#80E488'

red 128 ◦ green 228 ◦ blue 136

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

Shades of Pastel Green #80E488

Tints of Pastel Green #80E488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 26.02%
G = 46.34%
B = 27.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#80E488 (or 0x80E488) is known color: Pastel Green. HEX triplet: 80, E4 and 88. RGB value is (128,228,136). Sum of RGB (Red+Green+Blue) = 128+228+136=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #80E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E488 is #7F1B77. Grayscale: #BBBBBB. Windows color (decimal): -8330104 or 8971392. OLE color: 8971392.

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

Color convert

RGB 128 228 136 -
CMYK 0.44 0 0.40 0.11
HSL 124.8º 0.65% 0.7% -
HSV(B) 124.8º 0.44% 0.89% -
XYZ 41.09 61.85 33.07 -
YUV 187.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 128 228 136 0.44 0 0.40 0.11 124.8 0.65 0.7
Hex 80 E4 88 2C 0 28 B 7D 41 46
Octal 200 344 210 54 0 50 13 175 101 106
Binary 10000000 11100100 10001000 101100 0 101000 1011 1111101 1000001 1000110

Color Harmonies of #80E488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E488

Black with #80E488

Text Example


Text Example

White with #80E488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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