Html Css Color HEX #80BF43 Mantis

📋 copy color: '#80BF43'

red 128 ◦ green 191 ◦ blue 67

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

Shades of Mantis #80BF43

Tints of Mantis #80BF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.36%

R = 33.16%
G = 49.48%
B = 17.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#80BF43 (or 0x80BF43) is known color: Mantis. HEX triplet: 80, BF and 43. RGB value is (128,191,67). Sum of RGB (Red+Green+Blue) = 128+191+67=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF43 is #7F40BC. Grayscale: #9E9E9E. Windows color (decimal): -8339645 or 4439936. OLE color: 4439936.

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

Color convert

RGB 128 191 67 -
CMYK 0.33 0 0.65 0.25
HSL 90.48º 0.49% 0.51% -
HSV(B) 90.48º 0.65% 0.75% -
XYZ 28.55 42.26 11.96 -
YUV 158.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 128 191 67 0.33 0 0.65 0.25 90.48 0.49 0.51
Hex 80 BF 43 21 0 41 19 5A 31 33
Octal 200 277 103 41 0 101 31 132 61 63
Binary 10000000 10111111 1000011 100001 0 1000001 11001 1011010 110001 110011

Color Harmonies of #80BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF43

Black with #80BF43

Text Example


Text Example

White with #80BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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