#80bd62

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

Shades of Mantis #80BD62

Tints of Mantis #80BD62

Color information

#80BD62 (or 0x80BD62) is unknown color: approx Mantis. HEX triplet: 80, BD and 62. RGB value is (128,189,98). Sum of RGB (Red+Green+Blue) = 128+189+98=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD62 is #7F429D. Grayscale: #A0A0A0. Windows color (decimal): -8340126 or 6471040. OLE color: 6471040.

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

Color convert

RGB12818998-
CMYK0.3200.480.26
HSL100.22º40.81%56.27%-
HSV(B)100.22º48.15%74.12%-
XYZ29.341.8718.09-
YUV160.3992.79104.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=30.84%
G=45.54%
B=23.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128189980.3200.480.26100.2240.8156.27
Hex80BD62200301A642938
Octal20027514240060321445170
Binary100000001011110111000101000000110000110101100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80bd62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,98); }

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

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

 a { background-color: rgb(128,189,98); }

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

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

 span { border-color: rgb(128,189,98); }

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