#80E053

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

Shades of Mantis #80E053

Tints of Mantis #80E053

Color information

#80E053 (or 0x80E053) is unknown color: approx Mantis. HEX triplet: 80, E0 and 53. RGB value is (128,224,83). Sum of RGB (Red+Green+Blue) = 128+224+83=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #80E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E053 is #7F1FAC. Grayscale: #B3B3B3. Windows color (decimal): -8331181 or 5496960. OLE color: 5496960.

HSL color Cylindrical-coordinate representation of color #80E053: hue angle of 100.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80E053 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB12822483-
CMYK0.4300.630.12
HSL100.85º69.46%60.2%-
HSV(B)100.85º62.95%87.84%-
XYZ37.1258.5317.52-
YUV179.2273.791.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=29.43%
G=51.49%
B=19.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224830.4300.630.12100.8569.4660.2
Hex80E0532B03FC65453c
Octal200340123530771414510574
Binary100000001110000010100111010110111111110011001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,83); }

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

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

 a { background-color: rgb(128,224,83); }

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

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

 span { border-color: rgb(128,224,83); }

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