Html Css Color HEX #80BC47 Mantis

📋 copy color: '#80BC47'

red 128 ◦ green 188 ◦ blue 71

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

Shades of Mantis #80BC47

Tints of Mantis #80BC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 33.07%
G = 48.58%
B = 18.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#80BC47 (or 0x80BC47) is known color: Mantis. HEX triplet: 80, BC and 47. RGB value is (128,188,71). Sum of RGB (Red+Green+Blue) = 128+188+71=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC47 is #7F43B8. Grayscale: #9D9D9D. Windows color (decimal): -8340409 or 4701312. OLE color: 4701312.

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

Color convert

RGB 128 188 71 -
CMYK 0.32 0 0.62 0.26
HSL 90.77º 0.47% 0.51% -
HSV(B) 90.77º 0.62% 0.74% -
XYZ 28.02 41.01 12.4 -
YUV 156.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 128 188 71 0.32 0 0.62 0.26 90.77 0.47 0.51
Hex 80 BC 47 20 0 3E 1A 5B 2F 33
Octal 200 274 107 40 0 76 32 133 57 63
Binary 10000000 10111100 1000111 100000 0 111110 11010 1011011 101111 110011

Color Harmonies of #80BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC47

Black with #80BC47

Text Example


Text Example

White with #80BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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