Html Css Color HEX #80B871 Mantis

📋 copy color: '#80B871'

red 128 ◦ green 184 ◦ blue 113

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

Shades of Mantis #80B871

Tints of Mantis #80B871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 30.12%
G = 43.29%
B = 26.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#80B871 (or 0x80B871) is known color: Mantis. HEX triplet: 80, B8 and 71. RGB value is (128,184,113). Sum of RGB (Red+Green+Blue) = 128+184+113=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #80B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B871 is #7F478E. Grayscale: #9F9F9F. Windows color (decimal): -8341391 or 7452800. OLE color: 7452800.

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

Color convert

RGB 128 184 113 -
CMYK 0.30 0 0.39 0.28
HSL 107.32º 0.33% 0.58% -
HSV(B) 107.32º 0.39% 0.72% -
XYZ 29.02 40.06 21.83 -
YUV 159.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 128 184 113 0.30 0 0.39 0.28 107.32 0.33 0.58
Hex 80 B8 71 1E 0 27 1C 6B 21 3A
Octal 200 270 161 36 0 47 34 153 41 72
Binary 10000000 10111000 1110001 11110 0 100111 11100 1101011 100001 111010

Color Harmonies of #80B871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B871

Black with #80B871

Text Example


Text Example

White with #80B871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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