#80EE4E

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

Shades of Mantis #80EE4E

Tints of Mantis #80EE4E

Color information

#80EE4E (or 0x80EE4E) is unknown color: approx Mantis. HEX triplet: 80, EE and 4E. RGB value is (128,238,78). Sum of RGB (Red+Green+Blue) = 128+238+78=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE4E is #7F11B1. Grayscale: #BBBBBB. Windows color (decimal): -8327602 or 5172864. OLE color: 5172864.

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

Color convert

RGB12823878-
CMYK0.4600.670.07
HSL101.25º82.47%61.96%-
HSV(B)101.25º67.23%93.33%-
XYZ40.8566.2917.85-
YUV186.8766.5686.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 238 (93.36% from 255) = 53.60%
BLUE value IS 78 (30.86% from 255) = 17.57%
R=28.83%
G=53.60%
B=17.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128238780.4600.670.07101.2582.4761.96
Hex80EE4E2E043765523e
Octal200356116560103714512276
Binary100000001110111010011101011100100001111111001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,78); }

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

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

 a { background-color: rgb(128,238,78); }

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

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

 span { border-color: rgb(128,238,78); }

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