Html Css Color HEX #80E154 Mantis

📋 copy color: '#80E154'

red 128 ◦ green 225 ◦ blue 84

#80E154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #80E154

Tints of Mantis #80E154

RGB

 RED value IS 128 (50.39% from 255) = 29.29%

 GREEN value IS 225 (88.28% from 255) = 51.49%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 29.29%
G = 51.49%
B = 19.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#80E154 (or 0x80E154) is known color: Mantis. HEX triplet: 80, E1 and 54. RGB value is (128,225,84). Sum of RGB (Red+Green+Blue) = 128+225+84=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #80E154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E154 is #7F1EAB. Grayscale: #B4B4B4. Windows color (decimal): -8330924 or 5562752. OLE color: 5562752.

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

Color convert

RGB 128 225 84 -
CMYK 0.43 0 0.63 0.12
HSL 101.28º 0.7% 0.61% -
HSV(B) 101.28º 0.63% 0.88% -
XYZ 37.43 59.08 17.82 -
YUV 179.92 73.86 90.96 -
System Red Green Blue C M Y K H S L
Decimal 128 225 84 0.43 0 0.63 0.12 101.28 0.7 0.61
Hex 80 E1 54 2B 0 3F C 65 46 3D
Octal 200 341 124 53 0 77 14 145 106 75
Binary 10000000 11100001 1010100 101011 0 111111 1100 1100101 1000110 111101

Color Harmonies of #80E154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E154

Black with #80E154

Text Example


Text Example

White with #80E154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,84); }

 H1.HeaderClassName
 {
   color: #80E154;
 }
 .AnyTagClassName
 {
   color: #80E154;
 }
</style>

background-color css

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

 a { background-color: rgb(128,225,84); }

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

border-color css

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

 span { border-color: rgb(128,225,84); }

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