#80CA70

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

Shades of Mantis #80CA70

Tints of Mantis #80CA70

Color information

#80CA70 (or 0x80CA70) is unknown color: approx Mantis. HEX triplet: 80, CA and 70. RGB value is (128,202,112). Sum of RGB (Red+Green+Blue) = 128+202+112=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA70 is #7F358F. Grayscale: #A9A9A9. Windows color (decimal): -8336784 or 7391872. OLE color: 7391872.

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

Color convert

RGB128202112-
CMYK0.3700.450.21
HSL109.33º45.92%61.57%-
HSV(B)109.33º44.55%79.22%-
XYZ32.954822.86-
YUV169.6195.4898.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=28.96%
G=45.70%
B=25.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021120.3700.450.21109.3345.9261.57
Hex80CA702502D156d2e3e
Octal20031216045055251555676
Binary100000001100101011100001001010101101101011101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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