Html Css Color HEX #80B45E Mantis

📋 copy color: '#80B45E'

red 128 ◦ green 180 ◦ blue 94

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

Shades of Mantis #80B45E

Tints of Mantis #80B45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 31.84%
G = 44.78%
B = 23.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#80B45E (or 0x80B45E) is known color: Mantis. HEX triplet: 80, B4 and 5E. RGB value is (128,180,94). Sum of RGB (Red+Green+Blue) = 128+180+94=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #80B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B45E is #7F4BA1. Grayscale: #9A9A9A. Windows color (decimal): -8342434 or 6206592. OLE color: 6206592.

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

Color convert

RGB 128 180 94 -
CMYK 0.29 0 0.48 0.29
HSL 96.28º 0.36% 0.54% -
HSV(B) 96.28º 0.48% 0.71% -
XYZ 27.24 38.04 16.5 -
YUV 154.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 128 180 94 0.29 0 0.48 0.29 96.28 0.36 0.54
Hex 80 B4 5E 1D 0 30 1D 60 24 36
Octal 200 264 136 35 0 60 35 140 44 66
Binary 10000000 10110100 1011110 11101 0 110000 11101 1100000 100100 110110

Color Harmonies of #80B45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B45E

Black with #80B45E

Text Example


Text Example

White with #80B45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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