Html Css Color HEX #80BF73 Mantis

📋 copy color: '#80BF73'

red 128 ◦ green 191 ◦ blue 115

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

Shades of Mantis #80BF73

Tints of Mantis #80BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 29.49%
G = 44.01%
B = 26.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#80BF73 (or 0x80BF73) is known color: Mantis. HEX triplet: 80, BF and 73. RGB value is (128,191,115). Sum of RGB (Red+Green+Blue) = 128+191+115=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF73 is #7F408C. Grayscale: #A3A3A3. Windows color (decimal): -8339597 or 7585664. OLE color: 7585664.

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

Color convert

RGB 128 191 115 -
CMYK 0.33 0 0.40 0.25
HSL 109.74º 0.37% 0.6% -
HSV(B) 109.74º 0.4% 0.75% -
XYZ 30.63 43.09 22.92 -
YUV 163.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 128 191 115 0.33 0 0.40 0.25 109.74 0.37 0.6
Hex 80 BF 73 21 0 28 19 6E 25 3C
Octal 200 277 163 41 0 50 31 156 45 74
Binary 10000000 10111111 1110011 100001 0 101000 11001 1101110 100101 111100

Color Harmonies of #80BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF73

Black with #80BF73

Text Example


Text Example

White with #80BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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