Html Css Color HEX #80E35B Mantis

📋 copy color: '#80E35B'

red 128 ◦ green 227 ◦ blue 91

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

Shades of Mantis #80E35B

Tints of Mantis #80E35B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.9%

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 28.7%
G = 50.9%
B = 20.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#80E35B (or 0x80E35B) is known color: Mantis. HEX triplet: 80, E3 and 5B. RGB value is (128,227,91). Sum of RGB (Red+Green+Blue) = 128+227+91=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #80E35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E35B is #7F1CA4. Grayscale: #B6B6B6. Windows color (decimal): -8330405 or 6022016. OLE color: 6022016.

HSL color Cylindrical-coordinate representation of color #80E35B: hue angle of 103.68º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80E35B is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 91 -
CMYK 0.44 0 0.60 0.11
HSL 103.68º 0.71% 0.62% -
HSV(B) 103.68º 0.6% 0.89% -
XYZ 38.26 60.28 19.52 -
YUV 181.9 76.7 89.56 -
System Red Green Blue C M Y K H S L
Decimal 128 227 91 0.44 0 0.60 0.11 103.68 0.71 0.62
Hex 80 E3 5B 2C 0 3C B 68 47 3E
Octal 200 343 133 54 0 74 13 150 107 76
Binary 10000000 11100011 1011011 101100 0 111100 1011 1101000 1000111 111110

Color Harmonies of #80E35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E35B

Black with #80E35B

Text Example


Text Example

White with #80E35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,227,91); }

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

background-color css

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

 a { background-color: rgb(128,227,91); }

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

border-color css

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

 span { border-color: rgb(128,227,91); }

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