Html Css Color HEX #80B949 Mantis

📋 copy color: '#80B949'

red 128 ◦ green 185 ◦ blue 73

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

Shades of Mantis #80B949

Tints of Mantis #80B949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 33.16%
G = 47.93%
B = 18.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#80B949 (or 0x80B949) is known color: Mantis. HEX triplet: 80, B9 and 49. RGB value is (128,185,73). Sum of RGB (Red+Green+Blue) = 128+185+73=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #80B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B949 is #7F46B6. Grayscale: #9B9B9B. Windows color (decimal): -8341175 or 4831616. OLE color: 4831616.

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

Color convert

RGB 128 185 73 -
CMYK 0.31 0 0.61 0.27
HSL 90.54º 0.44% 0.51% -
HSV(B) 90.54º 0.61% 0.73% -
XYZ 27.45 39.77 12.53 -
YUV 155.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 128 185 73 0.31 0 0.61 0.27 90.54 0.44 0.51
Hex 80 B9 49 1F 0 3D 1B 5B 2C 33
Octal 200 271 111 37 0 75 33 133 54 63
Binary 10000000 10111001 1001001 11111 0 111101 11011 1011011 101100 110011

Color Harmonies of #80B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B949

Black with #80B949

Text Example


Text Example

White with #80B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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