#80CE54

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

Shades of Mantis #80CE54

Tints of Mantis #80CE54

Color information

#80CE54 (or 0x80CE54) is unknown color: approx Mantis. HEX triplet: 80, CE and 54. RGB value is (128,206,84). Sum of RGB (Red+Green+Blue) = 128+206+84=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE54 is #7F31AB. Grayscale: #A9A9A9. Windows color (decimal): -8335788 or 5557888. OLE color: 5557888.

HSL color Cylindrical-coordinate representation of color #80CE54: hue angle of 98.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80CE54 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB12820684-
CMYK0.3800.590.19
HSL98.36º55.45%56.86%-
HSV(B)98.36º59.22%80.78%-
XYZ32.5749.3716.2-
YUV168.7780.1698.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 206 (80.86% from 255) = 49.28%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=30.62%
G=49.28%
B=20.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128206840.3800.590.1998.3655.4556.86
Hex80CE542603B13623739
Octal20031612446073231426771
Binary100000001100111010101001001100111011100111100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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