Html Css Color HEX #80C160 Mantis

📋 copy color: '#80C160'

red 128 ◦ green 193 ◦ blue 96

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

Shades of Mantis #80C160

Tints of Mantis #80C160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 30.7%
G = 46.28%
B = 23.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#80C160 (or 0x80C160) is known color: Mantis. HEX triplet: 80, C1 and 60. RGB value is (128,193,96). Sum of RGB (Red+Green+Blue) = 128+193+96=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #80C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C160 is #7F3E9F. Grayscale: #A2A2A2. Windows color (decimal): -8339104 or 6340992. OLE color: 6340992.

HSL color Cylindrical-coordinate representation of color #80C160: hue angle of 100.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C160 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 96 -
CMYK 0.34 0 0.50 0.24
HSL 100.21º 0.44% 0.57% -
HSV(B) 100.21º 0.5% 0.76% -
XYZ 30.08 43.57 17.89 -
YUV 162.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 128 193 96 0.34 0 0.50 0.24 100.21 0.44 0.57
Hex 80 C1 60 22 0 32 18 64 2C 39
Octal 200 301 140 42 0 62 30 144 54 71
Binary 10000000 11000001 1100000 100010 0 110010 11000 1100100 101100 111001

Color Harmonies of #80C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C160

Black with #80C160

Text Example


Text Example

White with #80C160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,96); }

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

background-color css

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

 a { background-color: rgb(128,193,96); }

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

border-color css

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

 span { border-color: rgb(128,193,96); }

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