Html Css Color HEX #80BD47 Mantis

📋 copy color: '#80BD47'

red 128 ◦ green 189 ◦ blue 71

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

Shades of Mantis #80BD47

Tints of Mantis #80BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

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

R = 32.99%
G = 48.71%
B = 18.3%

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

#80BD47 (or 0x80BD47) is known color: Mantis. HEX triplet: 80, BD and 47. RGB value is (128,189,71). Sum of RGB (Red+Green+Blue) = 128+189+71=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD47 is #7F42B8. Grayscale: #9D9D9D. Windows color (decimal): -8340153 or 4701568. OLE color: 4701568.

HSL color Cylindrical-coordinate representation of color #80BD47: hue angle of 91.02º 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 #80BD47 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 71 -
CMYK 0.32 0 0.62 0.26
HSL 91.02º 0.47% 0.51% -
HSV(B) 91.02º 0.62% 0.74% -
XYZ 28.24 41.44 12.47 -
YUV 157.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 128 189 71 0.32 0 0.62 0.26 91.02 0.47 0.51
Hex 80 BD 47 20 0 3E 1A 5B 2F 33
Octal 200 275 107 40 0 76 32 133 57 63
Binary 10000000 10111101 1000111 100000 0 111110 11010 1011011 101111 110011

Color Harmonies of #80BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD47

Black with #80BD47

Text Example


Text Example

White with #80BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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