#80C943

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

Shades of Mantis #80C943

Tints of Mantis #80C943

Color information

#80C943 (or 0x80C943) is unknown color: approx Mantis. HEX triplet: 80, C9 and 43. RGB value is (128,201,67). Sum of RGB (Red+Green+Blue) = 128+201+67=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #80C943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C943 is #7F36BC. Grayscale: #A4A4A4. Windows color (decimal): -8337085 or 4442496. OLE color: 4442496.

HSL color Cylindrical-coordinate representation of color #80C943: hue angle of 92.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80C943 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB12820167-
CMYK0.3600.670.21
HSL92.69º55.37%52.55%-
HSV(B)92.69º66.67%78.82%-
XYZ30.846.7712.71-
YUV163.973.32102.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 201 (78.91% from 255) = 50.76%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=32.32%
G=50.76%
B=16.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128201670.3600.670.2192.6955.3752.55
Hex80C94324043155d3735
Octal200311103440103251356765
Binary1000000011001001100001110010001000011101011011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,201,67); }

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

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

 a { background-color: rgb(128,201,67); }

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

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

 span { border-color: rgb(128,201,67); }

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