Html Css Color HEX #80B557 Mantis

📋 copy color: '#80B557'

red 128 ◦ green 181 ◦ blue 87

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

Shades of Mantis #80B557

Tints of Mantis #80B557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 32.32%
G = 45.71%
B = 21.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#80B557 (or 0x80B557) is known color: Mantis. HEX triplet: 80, B5 and 57. RGB value is (128,181,87). Sum of RGB (Red+Green+Blue) = 128+181+87=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #80B557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B557 is #7F4AA8. Grayscale: #9A9A9A. Windows color (decimal): -8342185 or 5748096. OLE color: 5748096.

HSL color Cylindrical-coordinate representation of color #80B557: hue angle of 93.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B557 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 87 -
CMYK 0.29 0 0.52 0.29
HSL 93.83º 0.39% 0.53% -
HSV(B) 93.83º 0.52% 0.71% -
XYZ 27.15 38.33 14.98 -
YUV 154.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 128 181 87 0.29 0 0.52 0.29 93.83 0.39 0.53
Hex 80 B5 57 1D 0 34 1D 5E 27 35
Octal 200 265 127 35 0 64 35 136 47 65
Binary 10000000 10110101 1010111 11101 0 110100 11101 1011110 100111 110101

Color Harmonies of #80B557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B557

Black with #80B557

Text Example


Text Example

White with #80B557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,87); }

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

background-color css

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

 a { background-color: rgb(128,181,87); }

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

border-color css

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

 span { border-color: rgb(128,181,87); }

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