Html Css Color HEX #80BA5E Mantis

📋 copy color: '#80BA5E'

red 128 ◦ green 186 ◦ blue 94

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

Shades of Mantis #80BA5E

Tints of Mantis #80BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 31.37%
G = 45.59%
B = 23.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#80BA5E (or 0x80BA5E) is known color: Mantis. HEX triplet: 80, BA and 5E. RGB value is (128,186,94). Sum of RGB (Red+Green+Blue) = 128+186+94=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA5E is #7F45A1. Grayscale: #9E9E9E. Windows color (decimal): -8340898 or 6208128. OLE color: 6208128.

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

Color convert

RGB 128 186 94 -
CMYK 0.31 0 0.49 0.27
HSL 97.83º 0.4% 0.55% -
HSV(B) 97.83º 0.49% 0.73% -
XYZ 28.48 40.52 16.91 -
YUV 158.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 128 186 94 0.31 0 0.49 0.27 97.83 0.4 0.55
Hex 80 BA 5E 1F 0 31 1B 62 28 37
Octal 200 272 136 37 0 61 33 142 50 67
Binary 10000000 10111010 1011110 11111 0 110001 11011 1100010 101000 110111

Color Harmonies of #80BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA5E

Black with #80BA5E

Text Example


Text Example

White with #80BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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