Html Css Color HEX #80BC55 Mantis

📋 copy color: '#80BC55'

red 128 ◦ green 188 ◦ blue 85

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

Shades of Mantis #80BC55

Tints of Mantis #80BC55

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

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

R = 31.92%
G = 46.88%
B = 21.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#80BC55 (or 0x80BC55) is known color: Mantis. HEX triplet: 80, BC and 55. RGB value is (128,188,85). Sum of RGB (Red+Green+Blue) = 128+188+85=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC55 is #7F43AA. Grayscale: #9E9E9E. Windows color (decimal): -8340395 or 5618816. OLE color: 5618816.

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

Color convert

RGB 128 188 85 -
CMYK 0.32 0 0.55 0.26
HSL 94.95º 0.43% 0.54% -
HSV(B) 94.95º 0.55% 0.74% -
XYZ 28.53 41.21 15.05 -
YUV 158.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 128 188 85 0.32 0 0.55 0.26 94.95 0.43 0.54
Hex 80 BC 55 20 0 37 1A 5F 2B 36
Octal 200 274 125 40 0 67 32 137 53 66
Binary 10000000 10111100 1010101 100000 0 110111 11010 1011111 101011 110110

Color Harmonies of #80BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC55

Black with #80BC55

Text Example


Text Example

White with #80BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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