Html Css Color HEX #80BA6B Mantis

📋 copy color: '#80BA6B'

red 128 ◦ green 186 ◦ blue 107

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

Shades of Mantis #80BA6B

Tints of Mantis #80BA6B

RGB

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

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

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

R = 30.4%
G = 44.18%
B = 25.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#80BA6B (or 0x80BA6B) is known color: Mantis. HEX triplet: 80, BA and 6B. RGB value is (128,186,107). Sum of RGB (Red+Green+Blue) = 128+186+107=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6B is #7F4594. Grayscale: #9F9F9F. Windows color (decimal): -8340885 or 7060096. OLE color: 7060096.

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

Color convert

RGB 128 186 107 -
CMYK 0.31 0 0.42 0.27
HSL 104.05º 0.36% 0.57% -
HSV(B) 104.05º 0.42% 0.73% -
XYZ 29.11 40.77 20.24 -
YUV 159.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 128 186 107 0.31 0 0.42 0.27 104.05 0.36 0.57
Hex 80 BA 6B 1F 0 2A 1B 68 24 39
Octal 200 272 153 37 0 52 33 150 44 71
Binary 10000000 10111010 1101011 11111 0 101010 11011 1101000 100100 111001

Color Harmonies of #80BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA6B

Black with #80BA6B

Text Example


Text Example

White with #80BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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