Html Css Color HEX #80B64D Mantis

📋 copy color: '#80B64D'

red 128 ◦ green 182 ◦ blue 77

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

Shades of Mantis #80B64D

Tints of Mantis #80B64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.03%

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 33.07%
G = 47.03%
B = 19.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#80B64D (or 0x80B64D) is known color: Mantis. HEX triplet: 80, B6 and 4D. RGB value is (128,182,77). Sum of RGB (Red+Green+Blue) = 128+182+77=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #80B64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B64D is #7F49B2. Grayscale: #9A9A9A. Windows color (decimal): -8341939 or 5092992. OLE color: 5092992.

HSL color Cylindrical-coordinate representation of color #80B64D: hue angle of 90.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B64D is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 77 -
CMYK 0.30 0 0.58 0.29
HSL 90.86º 0.42% 0.51% -
HSV(B) 90.86º 0.58% 0.71% -
XYZ 26.97 38.58 13.05 -
YUV 153.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 128 182 77 0.30 0 0.58 0.29 90.86 0.42 0.51
Hex 80 B6 4D 1E 0 3A 1D 5B 2A 33
Octal 200 266 115 36 0 72 35 133 52 63
Binary 10000000 10110110 1001101 11110 0 111010 11101 1011011 101010 110011

Color Harmonies of #80B64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B64D

Black with #80B64D

Text Example


Text Example

White with #80B64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,77); }

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

background-color css

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

 a { background-color: rgb(128,182,77); }

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

border-color css

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

 span { border-color: rgb(128,182,77); }

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