#80D44D

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

Shades of Mantis #80D44D

Tints of Mantis #80D44D

Color information

#80D44D (or 0x80D44D) is unknown color: approx Mantis. HEX triplet: 80, D4 and 4D. RGB value is (128,212,77). Sum of RGB (Red+Green+Blue) = 128+212+77=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #80D44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D44D is #7F2BB2. Grayscale: #ABABAB. Windows color (decimal): -8334259 or 5100672. OLE color: 5100672.

HSL color Cylindrical-coordinate representation of color #80D44D: hue angle of 97.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80D44D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB12821277-
CMYK0.4000.640.17
HSL97.33º61.09%56.67%-
HSV(B)97.33º63.68%83.14%-
XYZ33.7952.2115.32-
YUV171.4974.6796.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=30.70%
G=50.84%
B=18.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128212770.4000.640.1797.3361.0956.67
Hex80D44D2804011613d39
Octal200324115500100211417571
Binary1000000011010100100110110100001000000100011100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,77); }

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

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

 a { background-color: rgb(128,212,77); }

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

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

 span { border-color: rgb(128,212,77); }

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