#80CA6A

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

Shades of Mantis #80CA6A

Tints of Mantis #80CA6A

Color information

#80CA6A (or 0x80CA6A) is unknown color: approx Mantis. HEX triplet: 80, CA and 6A. RGB value is (128,202,106). Sum of RGB (Red+Green+Blue) = 128+202+106=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA6A is #7F3595. Grayscale: #A9A9A9. Windows color (decimal): -8336790 or 6998656. OLE color: 6998656.

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

Color convert

RGB128202106-
CMYK0.3700.480.21
HSL106.25º47.52%60.39%-
HSV(B)106.25º47.52%79.22%-
XYZ32.6247.8721.16-
YUV168.9392.4898.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=29.36%
G=46.33%
B=24.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021060.3700.480.21106.2547.5260.39
Hex80CA6A25030156a303c
Octal20031215245060251526074
Binary100000001100101011010101001010110000101011101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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