Html Css Color HEX #80BA6D Mantis

📋 copy color: '#80BA6D'

red 128 ◦ green 186 ◦ blue 109

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

Shades of Mantis #80BA6D

Tints of Mantis #80BA6D

RGB

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

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

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

R = 30.26%
G = 43.97%
B = 25.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#80BA6D (or 0x80BA6D) is known color: Mantis. HEX triplet: 80, BA and 6D. RGB value is (128,186,109). Sum of RGB (Red+Green+Blue) = 128+186+109=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6D is #7F4592. Grayscale: #A0A0A0. Windows color (decimal): -8340883 or 7191168. OLE color: 7191168.

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

Color convert

RGB 128 186 109 -
CMYK 0.31 0 0.41 0.27
HSL 105.19º 0.36% 0.58% -
HSV(B) 105.19º 0.41% 0.73% -
XYZ 29.22 40.81 20.81 -
YUV 159.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 128 186 109 0.31 0 0.41 0.27 105.19 0.36 0.58
Hex 80 BA 6D 1F 0 29 1B 69 24 3A
Octal 200 272 155 37 0 51 33 151 44 72
Binary 10000000 10111010 1101101 11111 0 101001 11011 1101001 100100 111010

Color Harmonies of #80BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA6D

Black with #80BA6D

Text Example


Text Example

White with #80BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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