Html Css Color HEX #80BB71 Mantis

📋 copy color: '#80BB71'

red 128 ◦ green 187 ◦ blue 113

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

Shades of Mantis #80BB71

Tints of Mantis #80BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

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

R = 29.91%
G = 43.69%
B = 26.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#80BB71 (or 0x80BB71) is known color: Mantis. HEX triplet: 80, BB and 71. RGB value is (128,187,113). Sum of RGB (Red+Green+Blue) = 128+187+113=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB71 is #7F448E. Grayscale: #A1A1A1. Windows color (decimal): -8340623 or 7453568. OLE color: 7453568.

HSL color Cylindrical-coordinate representation of color #80BB71: hue angle of 107.84º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BB71 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 113 -
CMYK 0.32 0 0.40 0.27
HSL 107.84º 0.35% 0.59% -
HSV(B) 107.84º 0.4% 0.73% -
XYZ 29.65 41.32 22.04 -
YUV 160.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 128 187 113 0.32 0 0.40 0.27 107.84 0.35 0.59
Hex 80 BB 71 20 0 28 1B 6C 23 3B
Octal 200 273 161 40 0 50 33 154 43 73
Binary 10000000 10111011 1110001 100000 0 101000 11011 1101100 100011 111011

Color Harmonies of #80BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB71

Black with #80BB71

Text Example


Text Example

White with #80BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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