#80C04A

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

Shades of Mantis #80C04A

Tints of Mantis #80C04A

Color information

#80C04A (or 0x80C04A) is unknown color: approx Mantis. HEX triplet: 80, C0 and 4A. RGB value is (128,192,74). Sum of RGB (Red+Green+Blue) = 128+192+74=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C04A is #7F3FB5. Grayscale: #9F9F9F. Windows color (decimal): -8339382 or 4898944. OLE color: 4898944.

HSL color Cylindrical-coordinate representation of color #80C04A: hue angle of 92.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80C04A is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB12819274-
CMYK0.3300.610.25
HSL92.54º48.36%52.16%-
HSV(B)92.54º61.46%75.29%-
XYZ28.9942.7813.21-
YUV159.4179.8105.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=32.49%
G=48.73%
B=18.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192740.3300.610.2592.5448.3652.16
Hex80C04A2103D195d3034
Octal20030011241075311356064
Binary100000001100000010010101000010111101110011011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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