Html Css Color HEX #80BA56 Mantis

📋 copy color: '#80BA56'

red 128 ◦ green 186 ◦ blue 86

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

Shades of Mantis #80BA56

Tints of Mantis #80BA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 32%
G = 46.5%
B = 21.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#80BA56 (or 0x80BA56) is known color: Mantis. HEX triplet: 80, BA and 56. RGB value is (128,186,86). Sum of RGB (Red+Green+Blue) = 128+186+86=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA56 is #7F45A9. Grayscale: #9D9D9D. Windows color (decimal): -8340906 or 5683840. OLE color: 5683840.

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

Color convert

RGB 128 186 86 -
CMYK 0.31 0 0.54 0.27
HSL 94.8º 0.42% 0.53% -
HSV(B) 94.8º 0.54% 0.73% -
XYZ 28.14 40.38 15.11 -
YUV 157.26 87.78 107.13 -
System Red Green Blue C M Y K H S L
Decimal 128 186 86 0.31 0 0.54 0.27 94.8 0.42 0.53
Hex 80 BA 56 1F 0 36 1B 5F 2A 35
Octal 200 272 126 37 0 66 33 137 52 65
Binary 10000000 10111010 1010110 11111 0 110110 11011 1011111 101010 110101

Color Harmonies of #80BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA56

Black with #80BA56

Text Example


Text Example

White with #80BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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