#80C84A

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

Shades of Mantis #80C84A

Tints of Mantis #80C84A

Color information

#80C84A (or 0x80C84A) is unknown color: approx Mantis. HEX triplet: 80, C8 and 4A. RGB value is (128,200,74). Sum of RGB (Red+Green+Blue) = 128+200+74=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #80C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C84A is #7F37B5. Grayscale: #A4A4A4. Windows color (decimal): -8337334 or 4900992. OLE color: 4900992.

HSL color Cylindrical-coordinate representation of color #80C84A: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C84A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB12820074-
CMYK0.3600.630.22
HSL94.29º53.39%53.73%-
HSV(B)94.29º63%78.43%-
XYZ30.7946.3913.81-
YUV164.1177.15102.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 200 (78.52% from 255) = 49.75%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=31.84%
G=49.75%
B=18.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128200740.3600.630.2294.2953.3953.73
Hex80C84A2403F165e3536
Octal20031011244077261366566
Binary100000001100100010010101001000111111101101011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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