#80DE5A

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

Shades of Mantis #80DE5A

Tints of Mantis #80DE5A

Color information

#80DE5A (or 0x80DE5A) is unknown color: approx Mantis. HEX triplet: 80, DE and 5A. RGB value is (128,222,90). Sum of RGB (Red+Green+Blue) = 128+222+90=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE5A is #7F21A5. Grayscale: #B3B3B3. Windows color (decimal): -8331686 or 5955200. OLE color: 5955200.

HSL color Cylindrical-coordinate representation of color #80DE5A: hue angle of 102.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80DE5A is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB12822290-
CMYK0.4200.590.13
HSL102.73º66.67%61.18%-
HSV(B)102.73º59.46%87.06%-
XYZ36.8757.5718.84-
YUV178.8577.8691.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=29.09%
G=50.45%
B=20.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128222900.4200.590.13102.7366.6761.18
Hex80DE5A2A03BD67433d
Octal200336132520731514710375
Binary100000001101111010110101010100111011110111001111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,90); }

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

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

 a { background-color: rgb(128,222,90); }

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

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

 span { border-color: rgb(128,222,90); }

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