Html Css Color HEX #80B947 Mantis

📋 copy color: '#80B947'

red 128 ◦ green 185 ◦ blue 71

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

Shades of Mantis #80B947

Tints of Mantis #80B947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.49%

R = 33.33%
G = 48.18%
B = 18.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#80B947 (or 0x80B947) is known color: Mantis. HEX triplet: 80, B9 and 47. RGB value is (128,185,71). Sum of RGB (Red+Green+Blue) = 128+185+71=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #80B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B947 is #7F46B8. Grayscale: #9B9B9B. Windows color (decimal): -8341177 or 4700544. OLE color: 4700544.

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

Color convert

RGB 128 185 71 -
CMYK 0.31 0 0.62 0.27
HSL 90º 0.45% 0.5% -
HSV(B) 90º 0.62% 0.73% -
XYZ 27.39 39.74 12.19 -
YUV 154.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 128 185 71 0.31 0 0.62 0.27 90 0.45 0.5
Hex 80 B9 47 1F 0 3E 1B 5A 2D 32
Octal 200 271 107 37 0 76 33 132 55 62
Binary 10000000 10111001 1000111 11111 0 111110 11011 1011010 101101 110010

Color Harmonies of #80B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B947

Black with #80B947

Text Example


Text Example

White with #80B947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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