#80C15A

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

Shades of Mantis #80C15A

Tints of Mantis #80C15A

Color information

#80C15A (or 0x80C15A) is unknown color: approx Mantis. HEX triplet: 80, C1 and 5A. RGB value is (128,193,90). Sum of RGB (Red+Green+Blue) = 128+193+90=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #80C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C15A is #7F3EA5. Grayscale: #A2A2A2. Windows color (decimal): -8339110 or 5947776. OLE color: 5947776.

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

Color convert

RGB12819390-
CMYK0.3400.530.24
HSL97.86º45.37%55.49%-
HSV(B)97.86º53.37%75.69%-
XYZ29.8243.4716.49-
YUV161.8287.47103.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=31.14%
G=46.96%
B=21.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128193900.3400.530.2497.8645.3755.49
Hex80C15A2203518622d37
Octal20030113242065301425567
Binary100000001100000110110101000100110101110001100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,90); }

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

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

 a { background-color: rgb(128,193,90); }

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

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

 span { border-color: rgb(128,193,90); }

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