#80C34A

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

Shades of Mantis #80C34A

Tints of Mantis #80C34A

Color information

#80C34A (or 0x80C34A) is unknown color: approx Mantis. HEX triplet: 80, C3 and 4A. RGB value is (128,195,74). Sum of RGB (Red+Green+Blue) = 128+195+74=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #80C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C34A is #7F3CB5. Grayscale: #A1A1A1. Windows color (decimal): -8338614 or 4899712. OLE color: 4899712.

HSL color Cylindrical-coordinate representation of color #80C34A: hue angle of 93.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C34A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB12819574-
CMYK0.3400.620.24
HSL93.22º50.21%52.75%-
HSV(B)93.22º62.05%76.47%-
XYZ29.6544.1113.43-
YUV161.1778.8104.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=32.24%
G=49.12%
B=18.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195740.3400.620.2493.2250.2152.75
Hex80C34A2203E185d3235
Octal20030311242076301356265
Binary100000001100001110010101000100111110110001011101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,74); }

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

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

 a { background-color: rgb(128,195,74); }

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

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

 span { border-color: rgb(128,195,74); }

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