Html Css Color HEX #80B458 Mantis

📋 copy color: '#80B458'

red 128 ◦ green 180 ◦ blue 88

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

Shades of Mantis #80B458

Tints of Mantis #80B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

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

R = 32.32%
G = 45.45%
B = 22.22%

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

#80B458 (or 0x80B458) is known color: Mantis. HEX triplet: 80, B4 and 58. RGB value is (128,180,88). Sum of RGB (Red+Green+Blue) = 128+180+88=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #80B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B458 is #7F4BA7. Grayscale: #9A9A9A. Windows color (decimal): -8342440 or 5813376. OLE color: 5813376.

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

Color convert

RGB 128 180 88 -
CMYK 0.29 0 0.51 0.29
HSL 93.91º 0.38% 0.53% -
HSV(B) 93.91º 0.51% 0.71% -
XYZ 26.98 37.94 15.13 -
YUV 153.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 128 180 88 0.29 0 0.51 0.29 93.91 0.38 0.53
Hex 80 B4 58 1D 0 33 1D 5E 26 35
Octal 200 264 130 35 0 63 35 136 46 65
Binary 10000000 10110100 1011000 11101 0 110011 11101 1011110 100110 110101

Color Harmonies of #80B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B458

Black with #80B458

Text Example


Text Example

White with #80B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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