Html Css Color HEX #80B963 Mantis

📋 copy color: '#80B963'

red 128 ◦ green 185 ◦ blue 99

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

Shades of Mantis #80B963

Tints of Mantis #80B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 31.07%
G = 44.9%
B = 24.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#80B963 (or 0x80B963) is known color: Mantis. HEX triplet: 80, B9 and 63. RGB value is (128,185,99). Sum of RGB (Red+Green+Blue) = 128+185+99=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #80B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B963 is #7F469C. Grayscale: #9E9E9E. Windows color (decimal): -8341149 or 6535552. OLE color: 6535552.

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

Color convert

RGB 128 185 99 -
CMYK 0.31 0 0.46 0.27
HSL 99.77º 0.38% 0.56% -
HSV(B) 99.77º 0.46% 0.73% -
XYZ 28.5 40.19 18.06 -
YUV 158.15 94.62 106.49 -
System Red Green Blue C M Y K H S L
Decimal 128 185 99 0.31 0 0.46 0.27 99.77 0.38 0.56
Hex 80 B9 63 1F 0 2E 1B 64 26 38
Octal 200 271 143 37 0 56 33 144 46 70
Binary 10000000 10111001 1100011 11111 0 101110 11011 1100100 100110 111000

Color Harmonies of #80B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B963

Black with #80B963

Text Example


Text Example

White with #80B963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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