Html Css Color HEX #80B468 Mantis

📋 copy color: '#80B468'

red 128 ◦ green 180 ◦ blue 104

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

Shades of Mantis #80B468

Tints of Mantis #80B468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 31.07%
G = 43.69%
B = 25.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#80B468 (or 0x80B468) is known color: Mantis. HEX triplet: 80, B4 and 68. RGB value is (128,180,104). Sum of RGB (Red+Green+Blue) = 128+180+104=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #80B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B468 is #7F4B97. Grayscale: #9C9C9C. Windows color (decimal): -8342424 or 6861952. OLE color: 6861952.

HSL color Cylindrical-coordinate representation of color #80B468: hue angle of 101.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B468 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 104 -
CMYK 0.29 0 0.42 0.29
HSL 101.05º 0.34% 0.56% -
HSV(B) 101.05º 0.42% 0.71% -
XYZ 27.72 38.23 19.01 -
YUV 155.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 128 180 104 0.29 0 0.42 0.29 101.05 0.34 0.56
Hex 80 B4 68 1D 0 2A 1D 65 22 38
Octal 200 264 150 35 0 52 35 145 42 70
Binary 10000000 10110100 1101000 11101 0 101010 11101 1100101 100010 111000

Color Harmonies of #80B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B468

Black with #80B468

Text Example


Text Example

White with #80B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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