Html Css Color HEX #80B96B Mantis

📋 copy color: '#80B96B'

red 128 ◦ green 185 ◦ blue 107

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

Shades of Mantis #80B96B

Tints of Mantis #80B96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 30.48%
G = 44.05%
B = 25.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#80B96B (or 0x80B96B) is known color: Mantis. HEX triplet: 80, B9 and 6B. RGB value is (128,185,107). Sum of RGB (Red+Green+Blue) = 128+185+107=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #80B96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B96B is #7F4694. Grayscale: #9F9F9F. Windows color (decimal): -8341141 or 7059840. OLE color: 7059840.

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

Color convert

RGB 128 185 107 -
CMYK 0.31 0 0.42 0.27
HSL 103.85º 0.36% 0.57% -
HSV(B) 103.85º 0.42% 0.73% -
XYZ 28.9 40.35 20.17 -
YUV 159.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 128 185 107 0.31 0 0.42 0.27 103.85 0.36 0.57
Hex 80 B9 6B 1F 0 2A 1B 68 24 39
Octal 200 271 153 37 0 52 33 150 44 71
Binary 10000000 10111001 1101011 11111 0 101010 11011 1101000 100100 111001

Color Harmonies of #80B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B96B

Black with #80B96B

Text Example


Text Example

White with #80B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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