#80ea72

Color #80EA72 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #80EA72

Tints of Pastel Green #80EA72

Color information

#80EA72 (or 0x80EA72) is unknown color: approx Pastel Green. HEX triplet: 80, EA and 72. RGB value is (128,234,114). Sum of RGB (Red+Green+Blue) = 128+234+114=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA72 is #7F158D. Grayscale: #BDBDBD. Windows color (decimal): -8328590 or 7531136. OLE color: 7531136.

HSL color Cylindrical-coordinate representation of color #80EA72: hue angle of 113º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80EA72 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB128234114-
CMYK0.4500.510.08
HSL113º74.07%68.24%-
HSV(B)113º51.28%91.76%-
XYZ41.3664.6526.22-
YUV188.6385.8884.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 234 (91.80% from 255) = 49.16%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=26.89%
G=49.16%
B=23.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282341140.4500.510.0811374.0768.24
Hex80EA722D0338714a44
Octal2003521625506310161112104
Binary1000000011101010111001010110101100111000111000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ea72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,234,114); }

 H1.HeaderClassName
 {
   color: #80ea72;
 }
 .AnyTagClassName
 {
   color: #80ea72;
 }
</style>
background-color css

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

 a { background-color: rgb(128,234,114); }

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

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

 span { border-color: rgb(128,234,114); }

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