#80ED48

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

Shades of Mantis #80ED48

Tints of Mantis #80ED48

Color information

#80ED48 (or 0x80ED48) is unknown color: approx Mantis. HEX triplet: 80, ED and 48. RGB value is (128,237,72). Sum of RGB (Red+Green+Blue) = 128+237+72=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80ED48 is #7F12B7. Grayscale: #BABABA. Windows color (decimal): -8327864 or 4779392. OLE color: 4779392.

HSL color Cylindrical-coordinate representation of color #80ED48: hue angle of 99.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80ED48 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB12823772-
CMYK0.4600.700.07
HSL99.64º82.09%60.59%-
HSV(B)99.64º69.62%92.94%-
XYZ40.3665.6316.67-
YUV185.663.8986.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 237 (92.97% from 255) = 54.23%
BLUE value IS 72 (28.52% from 255) = 16.48%
R=29.29%
G=54.23%
B=16.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128237720.4600.700.0799.6482.0960.59
Hex80ED482E046764523d
Octal200355110560106714412275
Binary100000001110110110010001011100100011011111001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,72); }

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

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

 a { background-color: rgb(128,237,72); }

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

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

 span { border-color: rgb(128,237,72); }

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