Html Css Color HEX #80B85B Mantis

📋 copy color: '#80B85B'

red 128 ◦ green 184 ◦ blue 91

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

Shades of Mantis #80B85B

Tints of Mantis #80B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 31.76%
G = 45.66%
B = 22.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#80B85B (or 0x80B85B) is known color: Mantis. HEX triplet: 80, B8 and 5B. RGB value is (128,184,91). Sum of RGB (Red+Green+Blue) = 128+184+91=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #80B85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B85B is #7F47A4. Grayscale: #9C9C9C. Windows color (decimal): -8341413 or 6011008. OLE color: 6011008.

HSL color Cylindrical-coordinate representation of color #80B85B: hue angle of 96.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B85B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 91 -
CMYK 0.30 0 0.51 0.28
HSL 96.13º 0.4% 0.54% -
HSV(B) 96.13º 0.51% 0.72% -
XYZ 27.93 39.63 16.07 -
YUV 156.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 128 184 91 0.30 0 0.51 0.28 96.13 0.4 0.54
Hex 80 B8 5B 1E 0 33 1C 60 28 36
Octal 200 270 133 36 0 63 34 140 50 66
Binary 10000000 10111000 1011011 11110 0 110011 11100 1100000 101000 110110

Color Harmonies of #80B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B85B

Black with #80B85B

Text Example


Text Example

White with #80B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,91); }

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

background-color css

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

 a { background-color: rgb(128,184,91); }

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

border-color css

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

 span { border-color: rgb(128,184,91); }

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