Html Css Color HEX #80B96F Mantis

📋 copy color: '#80B96F'

red 128 ◦ green 185 ◦ blue 111

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

Shades of Mantis #80B96F

Tints of Mantis #80B96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

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

R = 30.19%
G = 43.63%
B = 26.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#80B96F (or 0x80B96F) is known color: Mantis. HEX triplet: 80, B9 and 6F. RGB value is (128,185,111). Sum of RGB (Red+Green+Blue) = 128+185+111=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #80B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B96F is #7F4690. Grayscale: #9F9F9F. Windows color (decimal): -8341137 or 7321984. OLE color: 7321984.

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

Color convert

RGB 128 185 111 -
CMYK 0.31 0 0.4 0.27
HSL 106.22º 0.35% 0.58% -
HSV(B) 106.22º 0.4% 0.73% -
XYZ 29.12 40.43 21.31 -
YUV 159.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 128 185 111 0.31 0 0.4 0.27 106.22 0.35 0.58
Hex 80 B9 6F 1F 0 28 1B 6A 23 3A
Octal 200 271 157 37 0 50 33 152 43 72
Binary 10000000 10111001 1101111 11111 0 101000 11011 1101010 100011 111010

Color Harmonies of #80B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B96F

Black with #80B96F

Text Example


Text Example

White with #80B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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