#80C846

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

Shades of Mantis #80C846

Tints of Mantis #80C846

Color information

#80C846 (or 0x80C846) is unknown color: approx Mantis. HEX triplet: 80, C8 and 46. RGB value is (128,200,70). Sum of RGB (Red+Green+Blue) = 128+200+70=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #80C846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C846 is #7F37B9. Grayscale: #A4A4A4. Windows color (decimal): -8337338 or 4638848. OLE color: 4638848.

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

Color convert

RGB12820070-
CMYK0.3600.650.22
HSL93.23º54.17%52.94%-
HSV(B)93.23º65%78.43%-
XYZ30.6646.3413.12-
YUV163.6575.15102.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 200 (78.52% from 255) = 50.25%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=32.16%
G=50.25%
B=17.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128200700.3600.650.2293.2354.1752.94
Hex80C84624041165d3635
Octal200310106440101261356665
Binary1000000011001000100011010010001000001101101011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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