Html Css Color HEX #80B973 Mantis

📋 copy color: '#80B973'

red 128 ◦ green 185 ◦ blue 115

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

Shades of Mantis #80B973

Tints of Mantis #80B973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 29.91%
G = 43.22%
B = 26.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#80B973 (or 0x80B973) is known color: Mantis. HEX triplet: 80, B9 and 73. RGB value is (128,185,115). Sum of RGB (Red+Green+Blue) = 128+185+115=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #80B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B973 is #7F468C. Grayscale: #A0A0A0. Windows color (decimal): -8341133 or 7584128. OLE color: 7584128.

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

Color convert

RGB 128 185 115 -
CMYK 0.31 0 0.38 0.27
HSL 108.86º 0.33% 0.59% -
HSV(B) 108.86º 0.38% 0.73% -
XYZ 29.35 40.52 22.5 -
YUV 159.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 128 185 115 0.31 0 0.38 0.27 108.86 0.33 0.59
Hex 80 B9 73 1F 0 26 1B 6D 21 3B
Octal 200 271 163 37 0 46 33 155 41 73
Binary 10000000 10111001 1110011 11111 0 100110 11011 1101101 100001 111011

Color Harmonies of #80B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B973

Black with #80B973

Text Example


Text Example

White with #80B973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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