Html Css Color HEX #80B55D Mantis

📋 copy color: '#80B55D'

red 128 ◦ green 181 ◦ blue 93

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

Shades of Mantis #80B55D

Tints of Mantis #80B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.02%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 31.84%
G = 45.02%
B = 23.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#80B55D (or 0x80B55D) is known color: Mantis. HEX triplet: 80, B5 and 5D. RGB value is (128,181,93). Sum of RGB (Red+Green+Blue) = 128+181+93=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #80B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B55D is #7F4AA2. Grayscale: #9B9B9B. Windows color (decimal): -8342179 or 6141312. OLE color: 6141312.

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

Color convert

RGB 128 181 93 -
CMYK 0.29 0 0.49 0.29
HSL 96.14º 0.37% 0.54% -
HSV(B) 96.14º 0.49% 0.71% -
XYZ 27.4 38.43 16.33 -
YUV 155.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 128 181 93 0.29 0 0.49 0.29 96.14 0.37 0.54
Hex 80 B5 5D 1D 0 31 1D 60 25 36
Octal 200 265 135 35 0 61 35 140 45 66
Binary 10000000 10110101 1011101 11101 0 110001 11101 1100000 100101 110110

Color Harmonies of #80B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B55D

Black with #80B55D

Text Example


Text Example

White with #80B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,93); }

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

background-color css

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

 a { background-color: rgb(128,181,93); }

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

border-color css

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

 span { border-color: rgb(128,181,93); }

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