Html Css Color HEX #80B659 Mantis

📋 copy color: '#80B659'

red 128 ◦ green 182 ◦ blue 89

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

Shades of Mantis #80B659

Tints of Mantis #80B659

RGB

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

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

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

R = 32.08%
G = 45.61%
B = 22.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#80B659 (or 0x80B659) is known color: Mantis. HEX triplet: 80, B6 and 59. RGB value is (128,182,89). Sum of RGB (Red+Green+Blue) = 128+182+89=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #80B659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B659 is #7F49A6. Grayscale: #9B9B9B. Windows color (decimal): -8341927 or 5879424. OLE color: 5879424.

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

Color convert

RGB 128 182 89 -
CMYK 0.30 0 0.51 0.29
HSL 94.84º 0.39% 0.53% -
HSV(B) 94.84º 0.51% 0.71% -
XYZ 27.43 38.77 15.49 -
YUV 155.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 128 182 89 0.30 0 0.51 0.29 94.84 0.39 0.53
Hex 80 B6 59 1E 0 33 1D 5F 27 35
Octal 200 266 131 36 0 63 35 137 47 65
Binary 10000000 10110110 1011001 11110 0 110011 11101 1011111 100111 110101

Color Harmonies of #80B659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B659

Black with #80B659

Text Example


Text Example

White with #80B659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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