Html Css Color HEX #80B771 Mantis

📋 copy color: '#80B771'

red 128 ◦ green 183 ◦ blue 113

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

Shades of Mantis #80B771

Tints of Mantis #80B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 30.19%
G = 43.16%
B = 26.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#80B771 (or 0x80B771) is known color: Mantis. HEX triplet: 80, B7 and 71. RGB value is (128,183,113). Sum of RGB (Red+Green+Blue) = 128+183+113=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #80B771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B771 is #7F488E. Grayscale: #9E9E9E. Windows color (decimal): -8341647 or 7452544. OLE color: 7452544.

HSL color Cylindrical-coordinate representation of color #80B771: hue angle of 107.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B771 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 113 -
CMYK 0.30 0 0.38 0.28
HSL 107.14º 0.33% 0.58% -
HSV(B) 107.14º 0.38% 0.72% -
XYZ 28.82 39.65 21.76 -
YUV 158.58 102.28 106.19 -
System Red Green Blue C M Y K H S L
Decimal 128 183 113 0.30 0 0.38 0.28 107.14 0.33 0.58
Hex 80 B7 71 1E 0 26 1C 6B 21 3A
Octal 200 267 161 36 0 46 34 153 41 72
Binary 10000000 10110111 1110001 11110 0 100110 11100 1101011 100001 111010

Color Harmonies of #80B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B771

Black with #80B771

Text Example


Text Example

White with #80B771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,113); }

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

background-color css

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

 a { background-color: rgb(128,183,113); }

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

border-color css

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

 span { border-color: rgb(128,183,113); }

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