Html Css Color HEX #80BA5B Mantis

📋 copy color: '#80BA5B'

red 128 ◦ green 186 ◦ blue 91

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

Shades of Mantis #80BA5B

Tints of Mantis #80BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 31.6%
G = 45.93%
B = 22.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#80BA5B (or 0x80BA5B) is known color: Mantis. HEX triplet: 80, BA and 5B. RGB value is (128,186,91). Sum of RGB (Red+Green+Blue) = 128+186+91=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA5B is #7F45A4. Grayscale: #9E9E9E. Windows color (decimal): -8340901 or 6011520. OLE color: 6011520.

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

Color convert

RGB 128 186 91 -
CMYK 0.31 0 0.51 0.27
HSL 96.63º 0.41% 0.54% -
HSV(B) 96.63º 0.51% 0.73% -
XYZ 28.35 40.46 16.21 -
YUV 157.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 128 186 91 0.31 0 0.51 0.27 96.63 0.41 0.54
Hex 80 BA 5B 1F 0 33 1B 61 29 36
Octal 200 272 133 37 0 63 33 141 51 66
Binary 10000000 10111010 1011011 11111 0 110011 11011 1100001 101001 110110

Color Harmonies of #80BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA5B

Black with #80BA5B

Text Example


Text Example

White with #80BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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