Html Css Color HEX #80BF49 Mantis

📋 copy color: '#80BF49'

red 128 ◦ green 191 ◦ blue 73

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

Shades of Mantis #80BF49

Tints of Mantis #80BF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 32.65%
G = 48.72%
B = 18.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#80BF49 (or 0x80BF49) is known color: Mantis. HEX triplet: 80, BF and 49. RGB value is (128,191,73). Sum of RGB (Red+Green+Blue) = 128+191+73=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF49 is #7F40B6. Grayscale: #9F9F9F. Windows color (decimal): -8339639 or 4833152. OLE color: 4833152.

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

Color convert

RGB 128 191 73 -
CMYK 0.33 0 0.62 0.25
HSL 92.03º 0.48% 0.52% -
HSV(B) 92.03º 0.62% 0.75% -
XYZ 28.74 42.33 12.96 -
YUV 158.71 79.63 106.09 -
System Red Green Blue C M Y K H S L
Decimal 128 191 73 0.33 0 0.62 0.25 92.03 0.48 0.52
Hex 80 BF 49 21 0 3E 19 5C 30 34
Octal 200 277 111 41 0 76 31 134 60 64
Binary 10000000 10111111 1001001 100001 0 111110 11001 1011100 110000 110100

Color Harmonies of #80BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF49

Black with #80BF49

Text Example


Text Example

White with #80BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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