Html Css Color HEX #80B74D Mantis

📋 copy color: '#80B74D'

red 128 ◦ green 183 ◦ blue 77

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

Shades of Mantis #80B74D

Tints of Mantis #80B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

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

R = 32.99%
G = 47.16%
B = 19.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#80B74D (or 0x80B74D) is known color: Mantis. HEX triplet: 80, B7 and 4D. RGB value is (128,183,77). Sum of RGB (Red+Green+Blue) = 128+183+77=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #80B74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B74D is #7F48B2. Grayscale: #9A9A9A. Windows color (decimal): -8341683 or 5093248. OLE color: 5093248.

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

Color convert

RGB 128 183 77 -
CMYK 0.30 0 0.58 0.28
HSL 91.13º 0.42% 0.51% -
HSV(B) 91.13º 0.58% 0.72% -
XYZ 27.18 38.99 13.12 -
YUV 154.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 128 183 77 0.30 0 0.58 0.28 91.13 0.42 0.51
Hex 80 B7 4D 1E 0 3A 1C 5B 2A 33
Octal 200 267 115 36 0 72 34 133 52 63
Binary 10000000 10110111 1001101 11110 0 111010 11100 1011011 101010 110011

Color Harmonies of #80B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B74D

Black with #80B74D

Text Example


Text Example

White with #80B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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