Html Css Color HEX #80BF50 Mantis

📋 copy color: '#80BF50'

red 128 ◦ green 191 ◦ blue 80

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

Shades of Mantis #80BF50

Tints of Mantis #80BF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 32.08%
G = 47.87%
B = 20.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#80BF50 (or 0x80BF50) is known color: Mantis. HEX triplet: 80, BF and 50. RGB value is (128,191,80). Sum of RGB (Red+Green+Blue) = 128+191+80=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF50 is #7F40AF. Grayscale: #9F9F9F. Windows color (decimal): -8339632 or 5291904. OLE color: 5291904.

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

Color convert

RGB 128 191 80 -
CMYK 0.33 0 0.58 0.25
HSL 94.05º 0.46% 0.53% -
HSV(B) 94.05º 0.58% 0.75% -
XYZ 28.98 42.43 14.25 -
YUV 159.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 128 191 80 0.33 0 0.58 0.25 94.05 0.46 0.53
Hex 80 BF 50 21 0 3A 19 5E 2E 35
Octal 200 277 120 41 0 72 31 136 56 65
Binary 10000000 10111111 1010000 100001 0 111010 11001 1011110 101110 110101

Color Harmonies of #80BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF50

Black with #80BF50

Text Example


Text Example

White with #80BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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