Html Css Color HEX #80B96D Mantis

📋 copy color: '#80B96D'

red 128 ◦ green 185 ◦ blue 109

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

Shades of Mantis #80B96D

Tints of Mantis #80B96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 30.33%
G = 43.84%
B = 25.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#80B96D (or 0x80B96D) is known color: Mantis. HEX triplet: 80, B9 and 6D. RGB value is (128,185,109). Sum of RGB (Red+Green+Blue) = 128+185+109=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #80B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B96D is #7F4692. Grayscale: #9F9F9F. Windows color (decimal): -8341139 or 7190912. OLE color: 7190912.

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

Color convert

RGB 128 185 109 -
CMYK 0.31 0 0.41 0.27
HSL 105º 0.35% 0.58% -
HSV(B) 105º 0.41% 0.73% -
XYZ 29.01 40.39 20.74 -
YUV 159.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 128 185 109 0.31 0 0.41 0.27 105 0.35 0.58
Hex 80 B9 6D 1F 0 29 1B 69 23 3A
Octal 200 271 155 37 0 51 33 151 43 72
Binary 10000000 10111001 1101101 11111 0 101001 11011 1101001 100011 111010

Color Harmonies of #80B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B96D

Black with #80B96D

Text Example


Text Example

White with #80B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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