#80BC67

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

Shades of Mantis #80BC67

Tints of Mantis #80BC67

Color information

#80BC67 (or 0x80BC67) is unknown color: approx Mantis. HEX triplet: 80, BC and 67. RGB value is (128,188,103). Sum of RGB (Red+Green+Blue) = 128+188+103=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC67 is #7F4398. Grayscale: #A0A0A0. Windows color (decimal): -8340377 or 6798464. OLE color: 6798464.

HSL color Cylindrical-coordinate representation of color #80BC67: hue angle of 102.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BC67 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB128188103-
CMYK0.3200.450.26
HSL102.35º38.81%57.06%-
HSV(B)102.35º45.21%73.73%-
XYZ29.3341.5319.3-
YUV160.3795.62104.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=30.55%
G=44.87%
B=24.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881030.3200.450.26102.3538.8157.06
Hex80BC672002D1A662739
Octal20027414740055321464771
Binary100000001011110011001111000000101101110101100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,103); }

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

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

 a { background-color: rgb(128,188,103); }

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

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

 span { border-color: rgb(128,188,103); }

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