Html Css Color HEX #80B558 Mantis

📋 copy color: '#80B558'

red 128 ◦ green 181 ◦ blue 88

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

Shades of Mantis #80B558

Tints of Mantis #80B558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 32.24%
G = 45.59%
B = 22.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#80B558 (or 0x80B558) is known color: Mantis. HEX triplet: 80, B5 and 58. RGB value is (128,181,88). Sum of RGB (Red+Green+Blue) = 128+181+88=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #80B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B558 is #7F4AA7. Grayscale: #9A9A9A. Windows color (decimal): -8342184 or 5813632. OLE color: 5813632.

HSL color Cylindrical-coordinate representation of color #80B558: hue angle of 94.19º 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 #80B558 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 88 -
CMYK 0.29 0 0.51 0.29
HSL 94.19º 0.39% 0.53% -
HSV(B) 94.19º 0.51% 0.71% -
XYZ 27.19 38.34 15.2 -
YUV 154.55 90.44 109.06 -
System Red Green Blue C M Y K H S L
Decimal 128 181 88 0.29 0 0.51 0.29 94.19 0.39 0.53
Hex 80 B5 58 1D 0 33 1D 5E 27 35
Octal 200 265 130 35 0 63 35 136 47 65
Binary 10000000 10110101 1011000 11101 0 110011 11101 1011110 100111 110101

Color Harmonies of #80B558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B558

Black with #80B558

Text Example


Text Example

White with #80B558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,88); }

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

background-color css

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

 a { background-color: rgb(128,181,88); }

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

border-color css

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

 span { border-color: rgb(128,181,88); }

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