Html Css Color HEX #80BA74 Mantis

📋 copy color: '#80BA74'

red 128 ◦ green 186 ◦ blue 116

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

Shades of Mantis #80BA74

Tints of Mantis #80BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 29.77%
G = 43.26%
B = 26.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#80BA74 (or 0x80BA74) is known color: Mantis. HEX triplet: 80, BA and 74. RGB value is (128,186,116). Sum of RGB (Red+Green+Blue) = 128+186+116=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA74 is #7F458B. Grayscale: #A0A0A0. Windows color (decimal): -8340876 or 7649920. OLE color: 7649920.

HSL color Cylindrical-coordinate representation of color #80BA74: hue angle of 109.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BA74 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 116 -
CMYK 0.31 0 0.38 0.27
HSL 109.71º 0.34% 0.59% -
HSV(B) 109.71º 0.38% 0.73% -
XYZ 29.61 40.97 22.87 -
YUV 160.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 128 186 116 0.31 0 0.38 0.27 109.71 0.34 0.59
Hex 80 BA 74 1F 0 26 1B 6E 22 3B
Octal 200 272 164 37 0 46 33 156 42 73
Binary 10000000 10111010 1110100 11111 0 100110 11011 1101110 100010 111011

Color Harmonies of #80BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA74

Black with #80BA74

Text Example


Text Example

White with #80BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,116); }

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

background-color css

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

 a { background-color: rgb(128,186,116); }

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

border-color css

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

 span { border-color: rgb(128,186,116); }

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