Html Css Color HEX #80B45D Mantis

📋 copy color: '#80B45D'

red 128 ◦ green 180 ◦ blue 93

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

Shades of Mantis #80B45D

Tints of Mantis #80B45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 31.92%
G = 44.89%
B = 23.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#80B45D (or 0x80B45D) is known color: Mantis. HEX triplet: 80, B4 and 5D. RGB value is (128,180,93). Sum of RGB (Red+Green+Blue) = 128+180+93=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #80B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B45D is #7F4BA2. Grayscale: #9A9A9A. Windows color (decimal): -8342435 or 6141056. OLE color: 6141056.

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

Color convert

RGB 128 180 93 -
CMYK 0.29 0 0.48 0.29
HSL 95.86º 0.37% 0.54% -
HSV(B) 95.86º 0.48% 0.71% -
XYZ 27.2 38.02 16.26 -
YUV 154.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 128 180 93 0.29 0 0.48 0.29 95.86 0.37 0.54
Hex 80 B4 5D 1D 0 30 1D 60 25 36
Octal 200 264 135 35 0 60 35 140 45 66
Binary 10000000 10110100 1011101 11101 0 110000 11101 1100000 100101 110110

Color Harmonies of #80B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B45D

Black with #80B45D

Text Example


Text Example

White with #80B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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