Html Css Color HEX #80B756 Mantis

📋 copy color: '#80B756'

red 128 ◦ green 183 ◦ blue 86

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

Shades of Mantis #80B756

Tints of Mantis #80B756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 32.24%
G = 46.1%
B = 21.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#80B756 (or 0x80B756) is known color: Mantis. HEX triplet: 80, B7 and 56. RGB value is (128,183,86). Sum of RGB (Red+Green+Blue) = 128+183+86=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #80B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B756 is #7F48A9. Grayscale: #9B9B9B. Windows color (decimal): -8341674 or 5683072. OLE color: 5683072.

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

Color convert

RGB 128 183 86 -
CMYK 0.30 0 0.53 0.28
HSL 94.02º 0.4% 0.53% -
HSV(B) 94.02º 0.53% 0.72% -
XYZ 27.52 39.13 14.91 -
YUV 155.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 128 183 86 0.30 0 0.53 0.28 94.02 0.4 0.53
Hex 80 B7 56 1E 0 35 1C 5E 28 35
Octal 200 267 126 36 0 65 34 136 50 65
Binary 10000000 10110111 1010110 11110 0 110101 11100 1011110 101000 110101

Color Harmonies of #80B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B756

Black with #80B756

Text Example


Text Example

White with #80B756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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