Html Css Color HEX #80BE61 Mantis

📋 copy color: '#80BE61'

red 128 ◦ green 190 ◦ blue 97

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

Shades of Mantis #80BE61

Tints of Mantis #80BE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 30.84%
G = 45.78%
B = 23.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#80BE61 (or 0x80BE61) is known color: Mantis. HEX triplet: 80, BE and 61. RGB value is (128,190,97). Sum of RGB (Red+Green+Blue) = 128+190+97=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE61 is #7F419E. Grayscale: #A1A1A1. Windows color (decimal): -8339871 or 6405760. OLE color: 6405760.

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

Color convert

RGB 128 190 97 -
CMYK 0.33 0 0.49 0.25
HSL 100º 0.42% 0.56% -
HSV(B) 100º 0.49% 0.75% -
XYZ 29.47 42.28 17.92 -
YUV 160.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 128 190 97 0.33 0 0.49 0.25 100 0.42 0.56
Hex 80 BE 61 21 0 31 19 64 2A 38
Octal 200 276 141 41 0 61 31 144 52 70
Binary 10000000 10111110 1100001 100001 0 110001 11001 1100100 101010 111000

Color Harmonies of #80BE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE61

Black with #80BE61

Text Example


Text Example

White with #80BE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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