Html Css Color HEX #80B56F Mantis

📋 copy color: '#80B56F'

red 128 ◦ green 181 ◦ blue 111

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

Shades of Mantis #80B56F

Tints of Mantis #80B56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 30.48%
G = 43.1%
B = 26.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#80B56F (or 0x80B56F) is known color: Mantis. HEX triplet: 80, B5 and 6F. RGB value is (128,181,111). Sum of RGB (Red+Green+Blue) = 128+181+111=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #80B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B56F is #7F4A90. Grayscale: #9D9D9D. Windows color (decimal): -8342161 or 7320960. OLE color: 7320960.

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

Color convert

RGB 128 181 111 -
CMYK 0.29 0 0.39 0.29
HSL 105.43º 0.32% 0.57% -
HSV(B) 105.43º 0.39% 0.71% -
XYZ 28.3 38.78 21.03 -
YUV 157.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 128 181 111 0.29 0 0.39 0.29 105.43 0.32 0.57
Hex 80 B5 6F 1D 0 27 1D 69 20 39
Octal 200 265 157 35 0 47 35 151 40 71
Binary 10000000 10110101 1101111 11101 0 100111 11101 1101001 100000 111001

Color Harmonies of #80B56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B56F

Black with #80B56F

Text Example


Text Example

White with #80B56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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