Html Css Color HEX #80BA57 Mantis

📋 copy color: '#80BA57'

red 128 ◦ green 186 ◦ blue 87

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

Shades of Mantis #80BA57

Tints of Mantis #80BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 31.92%
G = 46.38%
B = 21.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#80BA57 (or 0x80BA57) is known color: Mantis. HEX triplet: 80, BA and 57. RGB value is (128,186,87). Sum of RGB (Red+Green+Blue) = 128+186+87=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA57 is #7F45A8. Grayscale: #9D9D9D. Windows color (decimal): -8340905 or 5749376. OLE color: 5749376.

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

Color convert

RGB 128 186 87 -
CMYK 0.31 0 0.53 0.27
HSL 95.15º 0.42% 0.54% -
HSV(B) 95.15º 0.53% 0.73% -
XYZ 28.18 40.4 15.33 -
YUV 157.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 128 186 87 0.31 0 0.53 0.27 95.15 0.42 0.54
Hex 80 BA 57 1F 0 35 1B 5F 2A 36
Octal 200 272 127 37 0 65 33 137 52 66
Binary 10000000 10111010 1010111 11111 0 110101 11011 1011111 101010 110110

Color Harmonies of #80BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA57

Black with #80BA57

Text Example


Text Example

White with #80BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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