#80C46B

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

Shades of Mantis #80C46B

Tints of Mantis #80C46B

Color information

#80C46B (or 0x80C46B) is unknown color: approx Mantis. HEX triplet: 80, C4 and 6B. RGB value is (128,196,107). Sum of RGB (Red+Green+Blue) = 128+196+107=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #80C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C46B is #7F3B94. Grayscale: #A5A5A5. Windows color (decimal): -8338325 or 7062656. OLE color: 7062656.

HSL color Cylindrical-coordinate representation of color #80C46B: hue angle of 105.84º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80C46B is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB128196107-
CMYK0.3500.450.23
HSL105.84º43%59.41%-
HSV(B)105.84º45.41%76.86%-
XYZ31.345.1320.97-
YUV165.5294.97101.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=29.70%
G=45.48%
B=24.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961070.3500.450.23105.844359.41
Hex80C46B2302D176a2b3b
Octal20030415343055271525373
Binary100000001100010011010111000110101101101111101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,107); }

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

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

 a { background-color: rgb(128,196,107); }

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

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

 span { border-color: rgb(128,196,107); }

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