#80E754

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

Shades of Mantis #80E754

Tints of Mantis #80E754

Color information

#80E754 (or 0x80E754) is unknown color: approx Mantis. HEX triplet: 80, E7 and 54. RGB value is (128,231,84). Sum of RGB (Red+Green+Blue) = 128+231+84=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #80E754 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E754 is #7F18AB. Grayscale: #B7B7B7. Windows color (decimal): -8329388 or 5564288. OLE color: 5564288.

HSL color Cylindrical-coordinate representation of color #80E754: hue angle of 102.04º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80E754 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB12823184-
CMYK0.4500.640.09
HSL102.04º75.38%61.76%-
HSV(B)102.04º63.64%90.59%-
XYZ39.0862.3818.37-
YUV183.4471.8888.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 231 (90.62% from 255) = 52.14%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=28.89%
G=52.14%
B=18.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128231840.4500.640.09102.0475.3861.76
Hex80E7542D0409664b3e
Octal2003471245501001114611376
Binary1000000011100111101010010110101000000100111001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,84); }

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

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

 a { background-color: rgb(128,231,84); }

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

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

 span { border-color: rgb(128,231,84); }

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