Html Css Color HEX #80BF56 Mantis

📋 copy color: '#80BF56'

red 128 ◦ green 191 ◦ blue 86

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

Shades of Mantis #80BF56

Tints of Mantis #80BF56

RGB

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

 GREEN value IS 191 (75% from 255) = 47.16%

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

R = 31.6%
G = 47.16%
B = 21.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#80BF56 (or 0x80BF56) is known color: Mantis. HEX triplet: 80, BF and 56. RGB value is (128,191,86). Sum of RGB (Red+Green+Blue) = 128+191+86=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF56 is #7F40A9. Grayscale: #A0A0A0. Windows color (decimal): -8339626 or 5685120. OLE color: 5685120.

HSL color Cylindrical-coordinate representation of color #80BF56: hue angle of 96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80BF56 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 86 -
CMYK 0.33 0 0.55 0.25
HSL 96º 0.45% 0.54% -
HSV(B) 96º 0.55% 0.75% -
XYZ 29.21 42.52 15.47 -
YUV 160.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 128 191 86 0.33 0 0.55 0.25 96 0.45 0.54
Hex 80 BF 56 21 0 37 19 60 2D 36
Octal 200 277 126 41 0 67 31 140 55 66
Binary 10000000 10111111 1010110 100001 0 110111 11001 1100000 101101 110110

Color Harmonies of #80BF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF56

Black with #80BF56

Text Example


Text Example

White with #80BF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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