Html Css Color HEX #80E178 Pastel Green

📋 copy color: '#80E178'

red 128 ◦ green 225 ◦ blue 120

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

Shades of Pastel Green #80E178

Tints of Pastel Green #80E178

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 27.06%
G = 47.57%
B = 25.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#80E178 (or 0x80E178) is known color: Pastel Green. HEX triplet: 80, E1 and 78. RGB value is (128,225,120). Sum of RGB (Red+Green+Blue) = 128+225+120=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #80E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E178 is #7F1E87. Grayscale: #B8B8B8. Windows color (decimal): -8330888 or 7922048. OLE color: 7922048.

HSL color Cylindrical-coordinate representation of color #80E178: hue angle of 115.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E178 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 120 -
CMYK 0.43 0 0.47 0.12
HSL 115.43º 0.64% 0.68% -
HSV(B) 115.43º 0.47% 0.88% -
XYZ 39.22 59.8 27.24 -
YUV 184.03 91.86 88.04 -
System Red Green Blue C M Y K H S L
Decimal 128 225 120 0.43 0 0.47 0.12 115.43 0.64 0.68
Hex 80 E1 78 2B 0 2F C 73 40 44
Octal 200 341 170 53 0 57 14 163 100 104
Binary 10000000 11100001 1111000 101011 0 101111 1100 1110011 1000000 1000100

Color Harmonies of #80E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E178

Black with #80E178

Text Example


Text Example

White with #80E178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,120); }

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

background-color css

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

 a { background-color: rgb(128,225,120); }

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

border-color css

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

 span { border-color: rgb(128,225,120); }

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