#80C366

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

Shades of Mantis #80C366

Tints of Mantis #80C366

Color information

#80C366 (or 0x80C366) is unknown color: approx Mantis. HEX triplet: 80, C3 and 66. RGB value is (128,195,102). Sum of RGB (Red+Green+Blue) = 128+195+102=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #80C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C366 is #7F3C99. Grayscale: #A4A4A4. Windows color (decimal): -8338586 or 6734720. OLE color: 6734720.

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

Color convert

RGB128195102-
CMYK0.3400.480.24
HSL103.23º43.66%58.24%-
HSV(B)103.23º47.69%76.47%-
XYZ30.8244.5819.55-
YUV164.3692.8102.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 102 (40.23% from 255) = 24%
R=30.12%
G=45.88%
B=24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951020.3400.480.24103.2343.6658.24
Hex80C3662203018672c3a
Octal20030314642060301475472
Binary100000001100001111001101000100110000110001100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,102); }

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

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

 a { background-color: rgb(128,195,102); }

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

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

 span { border-color: rgb(128,195,102); }

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