Html Css Color HEX #80B46B Mantis

📋 copy color: '#80B46B'

red 128 ◦ green 180 ◦ blue 107

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

Shades of Mantis #80B46B

Tints of Mantis #80B46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 30.84%
G = 43.37%
B = 25.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#80B46B (or 0x80B46B) is known color: Mantis. HEX triplet: 80, B4 and 6B. RGB value is (128,180,107). Sum of RGB (Red+Green+Blue) = 128+180+107=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #80B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B46B is #7F4B94. Grayscale: #9C9C9C. Windows color (decimal): -8342421 or 7058560. OLE color: 7058560.

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

Color convert

RGB 128 180 107 -
CMYK 0.29 0 0.41 0.29
HSL 102.74º 0.33% 0.56% -
HSV(B) 102.74º 0.41% 0.71% -
XYZ 27.88 38.29 19.83 -
YUV 156.13 100.27 107.94 -
System Red Green Blue C M Y K H S L
Decimal 128 180 107 0.29 0 0.41 0.29 102.74 0.33 0.56
Hex 80 B4 6B 1D 0 29 1D 67 21 38
Octal 200 264 153 35 0 51 35 147 41 70
Binary 10000000 10110100 1101011 11101 0 101001 11101 1100111 100001 111000

Color Harmonies of #80B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B46B

Black with #80B46B

Text Example


Text Example

White with #80B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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