Html Css Color HEX #80BA6F Mantis

📋 copy color: '#80BA6F'

red 128 ◦ green 186 ◦ blue 111

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

Shades of Mantis #80BA6F

Tints of Mantis #80BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 30.12%
G = 43.76%
B = 26.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#80BA6F (or 0x80BA6F) is known color: Mantis. HEX triplet: 80, BA and 6F. RGB value is (128,186,111). Sum of RGB (Red+Green+Blue) = 128+186+111=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6F is #7F4590. Grayscale: #A0A0A0. Windows color (decimal): -8340881 or 7322240. OLE color: 7322240.

HSL color Cylindrical-coordinate representation of color #80BA6F: hue angle of 106.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BA6F is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 111 -
CMYK 0.31 0 0.40 0.27
HSL 106.4º 0.35% 0.58% -
HSV(B) 106.4º 0.4% 0.73% -
XYZ 29.33 40.85 21.38 -
YUV 160.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 128 186 111 0.31 0 0.40 0.27 106.4 0.35 0.58
Hex 80 BA 6F 1F 0 28 1B 6A 23 3A
Octal 200 272 157 37 0 50 33 152 43 72
Binary 10000000 10111010 1101111 11111 0 101000 11011 1101010 100011 111010

Color Harmonies of #80BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA6F

Black with #80BA6F

Text Example


Text Example

White with #80BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,111); }

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

background-color css

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

 a { background-color: rgb(128,186,111); }

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

border-color css

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

 span { border-color: rgb(128,186,111); }

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