#80C43F

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

Shades of Mantis #80C43F

Tints of Mantis #80C43F

Color information

#80C43F (or 0x80C43F) is unknown color: approx Mantis. HEX triplet: 80, C4 and 3F. RGB value is (128,196,63). Sum of RGB (Red+Green+Blue) = 128+196+63=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #80C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C43F is #7F3BC0. Grayscale: #A0A0A0. Windows color (decimal): -8338369 or 4179072. OLE color: 4179072.

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

Color convert

RGB12819663-
CMYK0.3500.680.23
HSL90.68º52.99%50.78%-
HSV(B)90.68º67.86%76.86%-
XYZ29.5444.4311.72-
YUV160.5172.97104.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 63 (25% from 255) = 16.28%
R=33.07%
G=50.65%
B=16.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128196630.3500.680.2390.6852.9950.78
Hex80C43F23044175b3533
Octal20030477430104271336563
Binary100000001100010011111110001101000100101111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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