Html Css Color HEX #80B460 Mantis

📋 copy color: '#80B460'

red 128 ◦ green 180 ◦ blue 96

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

Shades of Mantis #80B460

Tints of Mantis #80B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 31.68%
G = 44.55%
B = 23.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#80B460 (or 0x80B460) is known color: Mantis. HEX triplet: 80, B4 and 60. RGB value is (128,180,96). Sum of RGB (Red+Green+Blue) = 128+180+96=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #80B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B460 is #7F4B9F. Grayscale: #9B9B9B. Windows color (decimal): -8342432 or 6337664. OLE color: 6337664.

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

Color convert

RGB 128 180 96 -
CMYK 0.29 0 0.47 0.29
HSL 97.14º 0.36% 0.54% -
HSV(B) 97.14º 0.47% 0.71% -
XYZ 27.33 38.08 16.98 -
YUV 154.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 128 180 96 0.29 0 0.47 0.29 97.14 0.36 0.54
Hex 80 B4 60 1D 0 2F 1D 61 24 36
Octal 200 264 140 35 0 57 35 141 44 66
Binary 10000000 10110100 1100000 11101 0 101111 11101 1100001 100100 110110

Color Harmonies of #80B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B460

Black with #80B460

Text Example


Text Example

White with #80B460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,96); }

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

background-color css

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

 a { background-color: rgb(128,180,96); }

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

border-color css

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

 span { border-color: rgb(128,180,96); }

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