Html Css Color HEX #80BC5E Mantis

📋 copy color: '#80BC5E'

red 128 ◦ green 188 ◦ blue 94

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

Shades of Mantis #80BC5E

Tints of Mantis #80BC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 31.22%
G = 45.85%
B = 22.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#80BC5E (or 0x80BC5E) is known color: Mantis. HEX triplet: 80, BC and 5E. RGB value is (128,188,94). Sum of RGB (Red+Green+Blue) = 128+188+94=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC5E is #7F43A1. Grayscale: #9F9F9F. Windows color (decimal): -8340386 or 6208640. OLE color: 6208640.

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

Color convert

RGB 128 188 94 -
CMYK 0.32 0 0.50 0.26
HSL 98.3º 0.41% 0.55% -
HSV(B) 98.3º 0.5% 0.74% -
XYZ 28.91 41.36 17.05 -
YUV 159.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 128 188 94 0.32 0 0.50 0.26 98.3 0.41 0.55
Hex 80 BC 5E 20 0 32 1A 62 29 37
Octal 200 274 136 40 0 62 32 142 51 67
Binary 10000000 10111100 1011110 100000 0 110010 11010 1100010 101001 110111

Color Harmonies of #80BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC5E

Black with #80BC5E

Text Example


Text Example

White with #80BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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