#80CB6A

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

Shades of Mantis #80CB6A

Tints of Mantis #80CB6A

Color information

#80CB6A (or 0x80CB6A) is unknown color: approx Mantis. HEX triplet: 80, CB and 6A. RGB value is (128,203,106). Sum of RGB (Red+Green+Blue) = 128+203+106=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB6A is #7F3495. Grayscale: #A9A9A9. Windows color (decimal): -8336534 or 6998912. OLE color: 6998912.

HSL color Cylindrical-coordinate representation of color #80CB6A: hue angle of 106.39º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80CB6A is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB128203106-
CMYK0.3700.480.20
HSL106.39º48.26%60.59%-
HSV(B)106.39º47.78%79.61%-
XYZ32.8648.3421.23-
YUV169.5292.1598.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=29.29%
G=46.45%
B=24.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282031060.3700.480.20106.3948.2660.59
Hex80CB6A25030146a303d
Octal20031315245060241526075
Binary100000001100101111010101001010110000101001101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,203,106); }

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

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

 a { background-color: rgb(128,203,106); }

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

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

 span { border-color: rgb(128,203,106); }

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