#80C760

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

Shades of Mantis #80C760

Tints of Mantis #80C760

Color information

#80C760 (or 0x80C760) is unknown color: approx Mantis. HEX triplet: 80, C7 and 60. RGB value is (128,199,96). Sum of RGB (Red+Green+Blue) = 128+199+96=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #80C760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C760 is #7F389F. Grayscale: #A6A6A6. Windows color (decimal): -8337568 or 6342528. OLE color: 6342528.

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

Color convert

RGB12819996-
CMYK0.3600.520.22
HSL101.36º47.91%57.84%-
HSV(B)101.36º51.76%78.04%-
XYZ31.4446.2818.34-
YUV166.0388.48100.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 199 (78.12% from 255) = 47.04%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=30.26%
G=47.04%
B=22.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128199960.3600.520.22101.3647.9157.84
Hex80C760240341665303a
Octal20030714044064261456072
Binary100000001100011111000001001000110100101101100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,96); }

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

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

 a { background-color: rgb(128,199,96); }

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

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

 span { border-color: rgb(128,199,96); }

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