#80D653

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

Shades of Mantis #80D653

Tints of Mantis #80D653

Color information

#80D653 (or 0x80D653) is unknown color: approx Mantis. HEX triplet: 80, D6 and 53. RGB value is (128,214,83). Sum of RGB (Red+Green+Blue) = 128+214+83=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #80D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D653 is #7F29AC. Grayscale: #ADADAD. Windows color (decimal): -8333741 or 5494400. OLE color: 5494400.

HSL color Cylindrical-coordinate representation of color #80D653: hue angle of 99.39º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D653 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB12821483-
CMYK0.4000.610.16
HSL99.39º61.5%58.24%-
HSV(B)99.39º61.21%83.92%-
XYZ34.5153.3116.65-
YUV173.3577.0195.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 83 (32.81% from 255) = 19.53%
R=30.12%
G=50.35%
B=19.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214830.4000.610.1699.3961.558.24
Hex80D6532803D10633e3a
Octal20032612350075201437672
Binary100000001101011010100111010000111101100001100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,214,83); }

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

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

 a { background-color: rgb(128,214,83); }

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

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

 span { border-color: rgb(128,214,83); }

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