Html Css Color HEX #80BE71 Mantis

📋 copy color: '#80BE71'

red 128 ◦ green 190 ◦ blue 113

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

Shades of Mantis #80BE71

Tints of Mantis #80BE71

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 29.7%
G = 44.08%
B = 26.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#80BE71 (or 0x80BE71) is known color: Mantis. HEX triplet: 80, BE and 71. RGB value is (128,190,113). Sum of RGB (Red+Green+Blue) = 128+190+113=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE71 is #7F418E. Grayscale: #A2A2A2. Windows color (decimal): -8339855 or 7454336. OLE color: 7454336.

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

Color convert

RGB 128 190 113 -
CMYK 0.33 0 0.41 0.25
HSL 108.31º 0.37% 0.59% -
HSV(B) 108.31º 0.41% 0.75% -
XYZ 30.3 42.61 22.25 -
YUV 162.68 99.96 103.26 -
System Red Green Blue C M Y K H S L
Decimal 128 190 113 0.33 0 0.41 0.25 108.31 0.37 0.59
Hex 80 BE 71 21 0 29 19 6C 25 3B
Octal 200 276 161 41 0 51 31 154 45 73
Binary 10000000 10111110 1110001 100001 0 101001 11001 1101100 100101 111011

Color Harmonies of #80BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE71

Black with #80BE71

Text Example


Text Example

White with #80BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,113); }

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

background-color css

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

 a { background-color: rgb(128,190,113); }

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

border-color css

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

 span { border-color: rgb(128,190,113); }

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