#80BE67

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

Shades of Mantis #80BE67

Tints of Mantis #80BE67

Color information

#80BE67 (or 0x80BE67) is unknown color: approx Mantis. HEX triplet: 80, BE and 67. RGB value is (128,190,103). Sum of RGB (Red+Green+Blue) = 128+190+103=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE67 is #7F4198. Grayscale: #A1A1A1. Windows color (decimal): -8339865 or 6798976. OLE color: 6798976.

HSL color Cylindrical-coordinate representation of color #80BE67: hue angle of 102.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BE67 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB128190103-
CMYK0.3300.460.25
HSL102.76º40.09%57.45%-
HSV(B)102.76º45.79%74.51%-
XYZ29.7642.419.45-
YUV161.5494.96104.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=30.40%
G=45.13%
B=24.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901030.3300.460.25102.7640.0957.45
Hex80BE672102E19672839
Octal20027614741056311475071
Binary100000001011111011001111000010101110110011100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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