Html Css Color HEX #80BB56 Mantis

📋 copy color: '#80BB56'

red 128 ◦ green 187 ◦ blue 86

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

Shades of Mantis #80BB56

Tints of Mantis #80BB56

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 31.92%
G = 46.63%
B = 21.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#80BB56 (or 0x80BB56) is known color: Mantis. HEX triplet: 80, BB and 56. RGB value is (128,187,86). Sum of RGB (Red+Green+Blue) = 128+187+86=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB56 is #7F44A9. Grayscale: #9E9E9E. Windows color (decimal): -8340650 or 5684096. OLE color: 5684096.

HSL color Cylindrical-coordinate representation of color #80BB56: hue angle of 95.05º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80BB56 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 86 -
CMYK 0.32 0 0.54 0.27
HSL 95.05º 0.43% 0.54% -
HSV(B) 95.05º 0.54% 0.73% -
XYZ 28.35 40.8 15.19 -
YUV 157.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 128 187 86 0.32 0 0.54 0.27 95.05 0.43 0.54
Hex 80 BB 56 20 0 36 1B 5F 2B 36
Octal 200 273 126 40 0 66 33 137 53 66
Binary 10000000 10111011 1010110 100000 0 110110 11011 1011111 101011 110110

Color Harmonies of #80BB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB56

Black with #80BB56

Text Example


Text Example

White with #80BB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,86); }

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

background-color css

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

 a { background-color: rgb(128,187,86); }

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

border-color css

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

 span { border-color: rgb(128,187,86); }

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