Html Css Color HEX #80B46D Mantis

📋 copy color: '#80B46D'

red 128 ◦ green 180 ◦ blue 109

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

Shades of Mantis #80B46D

Tints of Mantis #80B46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 30.7%
G = 43.17%
B = 26.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#80B46D (or 0x80B46D) is known color: Mantis. HEX triplet: 80, B4 and 6D. RGB value is (128,180,109). Sum of RGB (Red+Green+Blue) = 128+180+109=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #80B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B46D is #7F4B92. Grayscale: #9C9C9C. Windows color (decimal): -8342419 or 7189632. OLE color: 7189632.

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

Color convert

RGB 128 180 109 -
CMYK 0.29 0 0.39 0.29
HSL 103.94º 0.32% 0.57% -
HSV(B) 103.94º 0.39% 0.71% -
XYZ 27.98 38.34 20.39 -
YUV 156.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 128 180 109 0.29 0 0.39 0.29 103.94 0.32 0.57
Hex 80 B4 6D 1D 0 27 1D 68 20 39
Octal 200 264 155 35 0 47 35 150 40 71
Binary 10000000 10110100 1101101 11101 0 100111 11101 1101000 100000 111001

Color Harmonies of #80B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B46D

Black with #80B46D

Text Example


Text Example

White with #80B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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