Html Css Color HEX #80BF47 Mantis

📋 copy color: '#80BF47'

red 128 ◦ green 191 ◦ blue 71

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

Shades of Mantis #80BF47

Tints of Mantis #80BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 32.82%
G = 48.97%
B = 18.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#80BF47 (or 0x80BF47) is known color: Mantis. HEX triplet: 80, BF and 47. RGB value is (128,191,71). Sum of RGB (Red+Green+Blue) = 128+191+71=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF47 is #7F40B8. Grayscale: #9E9E9E. Windows color (decimal): -8339641 or 4702080. OLE color: 4702080.

HSL color Cylindrical-coordinate representation of color #80BF47: hue angle of 91.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80BF47 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 71 -
CMYK 0.33 0 0.63 0.25
HSL 91.5º 0.48% 0.51% -
HSV(B) 91.5º 0.63% 0.75% -
XYZ 28.67 42.31 12.62 -
YUV 158.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 128 191 71 0.33 0 0.63 0.25 91.5 0.48 0.51
Hex 80 BF 47 21 0 3F 19 5C 30 33
Octal 200 277 107 41 0 77 31 134 60 63
Binary 10000000 10111111 1000111 100001 0 111111 11001 1011100 110000 110011

Color Harmonies of #80BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF47

Black with #80BF47

Text Example


Text Example

White with #80BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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