#80E16F

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

Shades of Pastel Green #80E16F

Tints of Pastel Green #80E16F

Color information

#80E16F (or 0x80E16F) is unknown color: approx Pastel Green. HEX triplet: 80, E1 and 6F. RGB value is (128,225,111). Sum of RGB (Red+Green+Blue) = 128+225+111=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #80E16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E16F is #7F1E90. Grayscale: #B7B7B7. Windows color (decimal): -8330897 or 7332224. OLE color: 7332224.

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

Color convert

RGB128225111-
CMYK0.4300.510.12
HSL111.05º65.52%65.88%-
HSV(B)111.05º50.67%88.24%-
XYZ38.759.5924.5-
YUV18387.3688.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=27.59%
G=48.49%
B=23.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251110.4300.510.12111.0565.5265.88
Hex80E16F2B033C6f4242
Octal2003411575306314157102102
Binary1000000011100001110111110101101100111100110111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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