Html Css Color HEX #80B466 Mantis

📋 copy color: '#80B466'

red 128 ◦ green 180 ◦ blue 102

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

Shades of Mantis #80B466

Tints of Mantis #80B466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 31.22%
G = 43.9%
B = 24.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#80B466 (or 0x80B466) is known color: Mantis. HEX triplet: 80, B4 and 66. RGB value is (128,180,102). Sum of RGB (Red+Green+Blue) = 128+180+102=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #80B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B466 is #7F4B99. Grayscale: #9B9B9B. Windows color (decimal): -8342426 or 6730880. OLE color: 6730880.

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

Color convert

RGB 128 180 102 -
CMYK 0.29 0 0.43 0.29
HSL 100º 0.34% 0.55% -
HSV(B) 100º 0.43% 0.71% -
XYZ 27.62 38.19 18.49 -
YUV 155.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 128 180 102 0.29 0 0.43 0.29 100 0.34 0.55
Hex 80 B4 66 1D 0 2B 1D 64 22 37
Octal 200 264 146 35 0 53 35 144 42 67
Binary 10000000 10110100 1100110 11101 0 101011 11101 1100100 100010 110111

Color Harmonies of #80B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B466

Black with #80B466

Text Example


Text Example

White with #80B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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