#80E357

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

Shades of Mantis #80E357

Tints of Mantis #80E357

Color information

#80E357 (or 0x80E357) is unknown color: approx Mantis. HEX triplet: 80, E3 and 57. RGB value is (128,227,87). Sum of RGB (Red+Green+Blue) = 128+227+87=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #80E357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E357 is #7F1CA8. Grayscale: #B5B5B5. Windows color (decimal): -8330409 or 5759872. OLE color: 5759872.

HSL color Cylindrical-coordinate representation of color #80E357: hue angle of 102.43º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80E357 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB12822787-
CMYK0.4400.620.11
HSL102.43º71.43%61.57%-
HSV(B)102.43º61.67%89.02%-
XYZ38.0960.2218.63-
YUV181.4474.789.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 227 (89.06% from 255) = 51.36%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=28.96%
G=51.36%
B=19.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal128227870.4400.620.11102.4371.4361.57
Hex80E3572C03EB66473e
Octal200343127540761314610776
Binary100000001110001110101111011000111110101111001101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,227,87); }

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

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

 a { background-color: rgb(128,227,87); }

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

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

 span { border-color: rgb(128,227,87); }

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