Html Css Color HEX #80BD73 Mantis

📋 copy color: '#80BD73'

red 128 ◦ green 189 ◦ blue 115

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

Shades of Mantis #80BD73

Tints of Mantis #80BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

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

R = 29.63%
G = 43.75%
B = 26.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#80BD73 (or 0x80BD73) is known color: Mantis. HEX triplet: 80, BD and 73. RGB value is (128,189,115). Sum of RGB (Red+Green+Blue) = 128+189+115=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD73 is #7F428C. Grayscale: #A2A2A2. Windows color (decimal): -8340109 or 7585152. OLE color: 7585152.

HSL color Cylindrical-coordinate representation of color #80BD73: hue angle of 109.46º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BD73 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 115 -
CMYK 0.32 0 0.39 0.26
HSL 109.46º 0.36% 0.6% -
HSV(B) 109.46º 0.39% 0.74% -
XYZ 30.19 42.22 22.78 -
YUV 162.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 128 189 115 0.32 0 0.39 0.26 109.46 0.36 0.6
Hex 80 BD 73 20 0 27 1A 6D 24 3C
Octal 200 275 163 40 0 47 32 155 44 74
Binary 10000000 10111101 1110011 100000 0 100111 11010 1101101 100100 111100

Color Harmonies of #80BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD73

Black with #80BD73

Text Example


Text Example

White with #80BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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