Html Css Color HEX #80B855 Mantis

📋 copy color: '#80B855'

red 128 ◦ green 184 ◦ blue 85

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

Shades of Mantis #80B855

Tints of Mantis #80B855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 32.24%
G = 46.35%
B = 21.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#80B855 (or 0x80B855) is known color: Mantis. HEX triplet: 80, B8 and 55. RGB value is (128,184,85). Sum of RGB (Red+Green+Blue) = 128+184+85=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #80B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B855 is #7F47AA. Grayscale: #9C9C9C. Windows color (decimal): -8341419 or 5617792. OLE color: 5617792.

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

Color convert

RGB 128 184 85 -
CMYK 0.30 0 0.54 0.28
HSL 93.94º 0.41% 0.53% -
HSV(B) 93.94º 0.54% 0.72% -
XYZ 27.68 39.53 14.76 -
YUV 155.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 128 184 85 0.30 0 0.54 0.28 93.94 0.41 0.53
Hex 80 B8 55 1E 0 36 1C 5E 29 35
Octal 200 270 125 36 0 66 34 136 51 65
Binary 10000000 10111000 1010101 11110 0 110110 11100 1011110 101001 110101

Color Harmonies of #80B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B855

Black with #80B855

Text Example


Text Example

White with #80B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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