Html Css Color HEX #80B359 Mantis

📋 copy color: '#80B359'

red 128 ◦ green 179 ◦ blue 89

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

Shades of Mantis #80B359

Tints of Mantis #80B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

 BLUE value IS 89 (35.16% from 255) = 22.47%

R = 32.32%
G = 45.2%
B = 22.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#80B359 (or 0x80B359) is known color: Mantis. HEX triplet: 80, B3 and 59. RGB value is (128,179,89). Sum of RGB (Red+Green+Blue) = 128+179+89=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #80B359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B359 is #7F4CA6. Grayscale: #999999. Windows color (decimal): -8342695 or 5878656. OLE color: 5878656.

HSL color Cylindrical-coordinate representation of color #80B359: hue angle of 94º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80B359 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 89 -
CMYK 0.28 0 0.50 0.30
HSL 94º 0.37% 0.53% -
HSV(B) 94º 0.5% 0.7% -
XYZ 26.83 37.55 15.29 -
YUV 153.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 128 179 89 0.28 0 0.50 0.30 94 0.37 0.53
Hex 80 B3 59 1C 0 32 1E 5E 25 35
Octal 200 263 131 34 0 62 36 136 45 65
Binary 10000000 10110011 1011001 11100 0 110010 11110 1011110 100101 110101

Color Harmonies of #80B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B359

Black with #80B359

Text Example


Text Example

White with #80B359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,89); }

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

background-color css

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

 a { background-color: rgb(128,179,89); }

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

border-color css

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

 span { border-color: rgb(128,179,89); }

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