Html Css Color HEX #80BC5D Mantis

📋 copy color: '#80BC5D'

red 128 ◦ green 188 ◦ blue 93

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

Shades of Mantis #80BC5D

Tints of Mantis #80BC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 31.3%
G = 45.97%
B = 22.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#80BC5D (or 0x80BC5D) is known color: Mantis. HEX triplet: 80, BC and 5D. RGB value is (128,188,93). Sum of RGB (Red+Green+Blue) = 128+188+93=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC5D is #7F43A2. Grayscale: #9F9F9F. Windows color (decimal): -8340387 or 6143104. OLE color: 6143104.

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

Color convert

RGB 128 188 93 -
CMYK 0.32 0 0.51 0.26
HSL 97.89º 0.41% 0.55% -
HSV(B) 97.89º 0.51% 0.74% -
XYZ 28.86 41.35 16.82 -
YUV 159.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 128 188 93 0.32 0 0.51 0.26 97.89 0.41 0.55
Hex 80 BC 5D 20 0 33 1A 62 29 37
Octal 200 274 135 40 0 63 32 142 51 67
Binary 10000000 10111100 1011101 100000 0 110011 11010 1100010 101001 110111

Color Harmonies of #80BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC5D

Black with #80BC5D

Text Example


Text Example

White with #80BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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