#80E34C

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

Shades of Mantis #80E34C

Tints of Mantis #80E34C

Color information

#80E34C (or 0x80E34C) is unknown color: approx Mantis. HEX triplet: 80, E3 and 4C. RGB value is (128,227,76). Sum of RGB (Red+Green+Blue) = 128+227+76=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #80E34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E34C is #7F1CB3. Grayscale: #B4B4B4. Windows color (decimal): -8330420 or 5038976. OLE color: 5038976.

HSL color Cylindrical-coordinate representation of color #80E34C: hue angle of 99.34º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80E34C is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB12822776-
CMYK0.4400.670.11
HSL99.34º72.95%59.41%-
HSV(B)99.34º66.52%89.02%-
XYZ37.6860.0516.44-
YUV180.1869.290.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 227 (89.06% from 255) = 52.67%
BLUE value IS 76 (30.08% from 255) = 17.63%
R=29.70%
G=52.67%
B=17.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal128227760.4400.670.1199.3472.9559.41
Hex80E34C2C043B63493b
Octal2003431145401031314311173
Binary1000000011100011100110010110001000011101111000111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,227,76); }

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

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

 a { background-color: rgb(128,227,76); }

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

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

 span { border-color: rgb(128,227,76); }

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